set mailserver

This commit is contained in:
Joerg Lehmann 2022-12-27 15:36:34 +01:00
parent 4216a7dc09
commit 652d4717c4
2 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,8 @@ spec:
value: sk_test_GJbXPD0IAFNvvGpNEpaeDfhl
- name: STRIPE_PK
value: pk_test_YkSGqH3Tk9WKK9HrlY63GhAg
- name: MAILSERVER_HOST
value: mail.nbit.ch
ports:
- containerPort: 4000
hostPort: 9050

View File

@ -30,6 +30,8 @@ spec:
value: sk_test_51Icq29K2XyHQRTs20aEeyUHH3WgE6nBkAKUFuXsQtbnZNIP5fap5zTLTaA0XvhIcRHkqt3vJ2nui6df8R9VDuDDh00nhzmWdHr
- name: STRIPE_PK
value: pk_test_51Icq29K2XyHQRTs2DeltUIWrbFb5evfJVGaQzMv4r50g8Q7HAUkSFr7BBGv0aP1damXIhM6fZ4Yf9Wz0qW6TpTVi00dWcW7J1O
- name: MAILSERVER_HOST
value: mail.nbit.ch
ports:
- containerPort: 4000
hostPort: 9040
@ -45,6 +47,8 @@ spec:
env:
- name: REDIS_CONNECTION_STRING
value: 127.0.0.1:6379
- name: MAILSERVER_HOST
value: mail.nbit.ch
ports:
- containerPort: 8080
hostPort: 9041