Skip to content

Commit 1a51e9f

Browse files
authored
Remove the POSTGRES_USER and POSTGRES_PASSWORD environment variables from the docker-compose.yml
1 parent b288ebb commit 1a51e9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ services:
99
volumes:
1010
- ./pgdata:/var/lib/postgresql/data
1111
environment:
12-
POSTGRES_USER: timescaledb
13-
POSTGRES_PASSWORD: postgrespassword
12+
POSTGRES_USER: ${POSTGRES_USER}
13+
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
1414

1515
graphql-engine:
1616
image: hasura/graphql-engine:latest

0 commit comments

Comments
 (0)