Skip to content

Commit

Permalink
Do we need to publicly expose the db port?
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed Jun 9, 2024
1 parent 27a0bf9 commit af6b269
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ services:
POSTGRES_PASSWORD: password
volumes:
- tap_data:/var/lib/postgresql/data
ports:
- "5432:5432"

web:
image: "ghcr.io/zeuswpi/tap:latest"
Expand Down

0 comments on commit af6b269

Please sign in to comment.