feat: postgresql port doesn't need to be exposed

main
Ricard Illa 2023-06-26 11:57:50 +02:00
parent 0dd81715d4
commit 4ba29e7e1d
1 changed files with 0 additions and 2 deletions

View File

@ -43,8 +43,6 @@ services:
postgres:
image: postgres:15.3-alpine
restart: "unless-stopped"
ports:
- 5432:5432
volumes:
- ./state/postgres/data:/var/lib/postgresql/data
environment: