fix(service): use fqdn for server host in sequin template (#6528)
This commit is contained in:
parent
deb11d6163
commit
c76de51573
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ services:
|
||||||
image: sequin/sequin:latest
|
image: sequin/sequin:latest
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_URL_SEQUIN_7376
|
- SERVICE_URL_SEQUIN_7376
|
||||||
- SERVER_HOST=${SERVICE_URL_SEQUIN}
|
- SERVER_HOST=${SERVICE_FQDN_SEQUIN}
|
||||||
- PG_HOSTNAME=postgres
|
- PG_HOSTNAME=postgres
|
||||||
- PG_DATABASE=${POSTGRES_DB:-sequin-db}
|
- PG_DATABASE=${POSTGRES_DB:-sequin-db}
|
||||||
- PG_PORT=5432
|
- PG_PORT=5432
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue