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