Skip to content

Commit

Permalink
fix: update volume path in docker-compose.yml to use environment vari…
Browse files Browse the repository at this point in the history
…able
  • Loading branch information
Ganthepro committed Nov 27, 2024
1 parent ef7d983 commit fda1bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_DB: ${DB_DATABASE}
volumes:
- ./postgres-data:/var/lib/postgresql/data
- ${VOLUMES_PATH}:/var/lib/postgresql/data
healthcheck:
test: ['CMD-SHELL', 'pg_isready -U ${DB_USERNAME}']
interval: 10s
Expand Down

0 comments on commit fda1bfb

Please sign in to comment.