Skip to content

Commit

Permalink
dev: expose postgres port on localhost
Browse files Browse the repository at this point in the history
for easy access with db management tools
  • Loading branch information
JM-Lemmi committed Feb 14, 2024
1 parent b6f023d commit 2d096b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ services:
POSTGRES_USER: dbuser
POSTGRES_PASSWORD: password
POSTGRES_DB: ical_relay
ports:
- 127.0.0.1:5432:5432
volumes:
- ./postgres-data:/var/lib/postgresql/data
healthcheck:
Expand Down

0 comments on commit 2d096b1

Please sign in to comment.