Skip to content

Commit 06f78c2

Browse files
committed
fix: compose postgres environment
1 parent c6baf29 commit 06f78c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

compose.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ services:
7575
container_name: ${COMPOSE_PROJECT_NAME}-db
7676
profiles: ["core", "watchdog", "api", "ripple", "dogecoin"]
7777
environment:
78-
<<: *postgres-env
78+
POSTGRES_DB: ${POSTGRES_DB}
79+
POSTGRES_USER: ${POSTGRES_USER}
80+
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
7981
volumes:
8082
- 'db_data:/var/lib/postgresql/data'
8183
healthcheck:

0 commit comments

Comments
 (0)