Skip to content

Commit

Permalink
chore: optionally expose database port for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaku-BB committed Sep 12, 2023
1 parent f797bb6 commit e2970ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ services:
image: postgres:15.4-alpine
container_name: database
restart: unless-stopped
# Remove the comment below to expose the database to the host, for local development.
# ports:
# - 5432:5432
volumes:
- postgresql-data:/var/lib/postgresql/data
environment:
Expand Down

0 comments on commit e2970ec

Please sign in to comment.