with Network=pasta:-T,25:25 we can use localhost

This commit is contained in:
Joerg Lehmann 2024-08-10 18:14:50 +02:00
parent beb230dacf
commit eff0680585
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ spec:
- name: STRIPE_PK
value: pk_test_YkSGqH3Tk9WKK9HrlY63GhAg
- name: MAILSERVER_HOST
value: 172.31.1.1
value: 127.0.0.1
ports:
- containerPort: 4000
hostPort: 9050

View File

@ -31,7 +31,7 @@ spec:
- name: STRIPE_PK
value: pk_test_51Icq29K2XyHQRTs2DeltUIWrbFb5evfJVGaQzMv4r50g8Q7HAUkSFr7BBGv0aP1damXIhM6fZ4Yf9Wz0qW6TpTVi00dWcW7J1O
- name: MAILSERVER_HOST
value: 172.31.1.1
value: 127.0.0.1
ports:
- containerPort: 4000
hostPort: 9040
@ -48,7 +48,7 @@ spec:
- name: REDIS_CONNECTION_STRING
value: 127.0.0.1:6379
- name: MAILSERVER_HOST
value: 172.31.1.1
value: 127.0.0.1
ports:
- containerPort: 8080
hostPort: 9041