expose audiomuse db

This commit is contained in:
2026-01-03 07:25:07 +00:00
parent a668b5dba7
commit 0b354d937a

View File

@@ -21,8 +21,8 @@ services:
POSTGRES_USER: ${AUDIOMUSE_POSTGRES_USER}
POSTGRES_PASSWORD: ${AUDIOMUSE_POSTGRES_PASSWORD}
POSTGRES_DB: ${AUDIOMUSE_POSTGRES_DB}
# ports:
# - "5432:5432" # Expose PostgreSQL port to the host
ports:
- "5435:5432" # Expose PostgreSQL port to the host
volumes:
- postgres-data:/var/lib/postgresql/data # Persistent storage for PostgreSQL data
networks:
@@ -123,4 +123,4 @@ volumes:
postgres-data:
networks:
audiomuse:
audiomuse: