This commit is contained in:
Andreas Knuth 2025-08-28 17:07:36 -05:00
parent e96631bafd
commit bd38b9a5f2
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ services:
container_name: bizmatch-app-prod # Neu: Unterscheide Namen
working_dir: /app
volumes:
- ~/git/bizmatch-project-prod/bizmatch-server:/app # Verwende Prod-Checkout
- /home/aknuth/git/bizmatch-project-prod/bizmatch-server:/app # Verwende Prod-Checkout
ports:
- "3001:3000" # Neu: Host-Port 3001, Container-Port bleibt 3000
env_file:
@ -44,4 +44,4 @@ services:
networks:
bizmatch-prod:
external: true # Neu: Erstelle es mit `docker network create bizmatch-prod`
external: true # Neu: Erstelle es mit `docker network create bizmatch-prod`