Skip to content

Commit

Permalink
chore: Remove DB Port Mapping (#93)
Browse files Browse the repository at this point in the history
* Remove the port mapping on the database
  • Loading branch information
cbolles authored Feb 7, 2024
1 parent 886ad70 commit 5812ac9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions deployment/docker-compose-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ services:
image: postgres:13
container_name: auth-postgres
restart: always
ports:
- 5434:5432
volumes:
- auth-production:/var/lib/postgresql/data
env_file:
Expand Down
2 changes: 0 additions & 2 deletions deployment/docker-compose-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ services:
image: postgres:13
container_name: auth-postgres-staging
restart: always
ports:
- 5434:5432
volumes:
- auth-staging:/var/lib/postgresql/data
env_file:
Expand Down

0 comments on commit 5812ac9

Please sign in to comment.