File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ services:
2323 - POSTGRES_USER=postgres
2424 - POSTGRES_PASSWORD=postgres
2525 - POSTGRES_DB=postgres
26- - POSTGRE_URL =postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@write-postgres:5432/${POSTGRES_DB}
26+ - POSTGRES_URL =postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@write-postgres:5432/${POSTGRES_DB}
2727
2828 write-postgres :
2929 image : postgres:latest
@@ -76,7 +76,7 @@ services:
7676 - GATEWAYD_CLIENTS_DEFAULT_WRITES_ADDRESS=write-postgres:5432
7777 - GATEWAYD_CLIENTS_DEFAULT_READS_ADDRESS=read-postgres:5432
7878 # Use the connection string set in install_plugins
79- - POSTGRE_URL =${POSTGRE_URL }
79+ - POSTGRES_URL =${POSTGRES_URL }
8080 # - GATEWAYD_LOGGERS_DEFAULT_LEVEL=debug
8181 ports :
8282 # GatewayD server for PostgreSQL clients to connect to
You can’t perform that action at this time.
0 commit comments