Skip to content

Commit

Permalink
expose db port for devcontainer (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
danangmassandy authored Nov 22, 2024
1 parent 6449ade commit 96b14fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/docker-compose.override.devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ services:
db:
volumes:
- ./volumes/database:/opt/postgres/data
ports:
- "${DATABASE_PORT:-6432}:5432"

worker:
image: kartoza/${COMPOSE_PROJECT_NAME:-django_project}_dev
Expand Down

0 comments on commit 96b14fd

Please sign in to comment.