expose audiomuse db
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user