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 container_name: bizmatch-app-prod # Neu: Unterscheide Namen
working_dir: /app working_dir: /app
volumes: volumes:
- ~/git/bizmatch-project-prod/bizmatch-server:/app # Verwende Prod-Checkout - /home/aknuth/git/bizmatch-project-prod/bizmatch-server:/app # Verwende Prod-Checkout
ports: ports:
- "3001:3000" # Neu: Host-Port 3001, Container-Port bleibt 3000 - "3001:3000" # Neu: Host-Port 3001, Container-Port bleibt 3000
env_file: env_file: