fix(compose): Change server host port mapping to 8081 to avoid local conflict

This commit is contained in:
2025-04-20 16:19:17 +02:00
parent c175e53646
commit 2ba54b4e11
17 changed files with 644 additions and 167 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ services:
container_name: meldestelle-server
restart: unless-stopped
ports:
- "8080:8080"
- "8081:8080"
environment:
- DB_USER=${POSTGRES_USER}
- DB_PASSWORD=${POSTGRES_PASSWORD}
@@ -67,4 +67,4 @@ networks:
driver: bridge
volumes:
postgres_data: # <--- Konsistenter Name
# pgadmin_data: # <--- Konsistenter Name
# pgadmin_data: # <--- Konsistenter Name