fix(service): use fqdn for server host in sequin template (#6528)

This commit is contained in:
Gauthier POGAM--LE MONTAGNER
2026-01-05 15:49:25 +01:00
committed by GitHub
parent deb11d6163
commit c76de51573

View File

@@ -10,7 +10,7 @@ services:
image: sequin/sequin:latest
environment:
- SERVICE_URL_SEQUIN_7376
- SERVER_HOST=${SERVICE_URL_SEQUIN}
- SERVER_HOST=${SERVICE_FQDN_SEQUIN}
- PG_HOSTNAME=postgres
- PG_DATABASE=${POSTGRES_DB:-sequin-db}
- PG_PORT=5432