chore: remove ports for the postgres database

chore: remove ports for the postgres database
This commit is contained in:
cswimr 2025-01-30 12:00:40 +00:00
parent 4ed820999a
commit d1aa3fa551
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -48,8 +48,6 @@ services:
POSTGRES_USER: myhm-commission
POSTGRES_PASSWORD: myhm-commission
POSTGRES_DB: myhm-commission
# ports:
# - 5433:5432
volumes:
- postgres-data:/var/lib/postgresql/data