home dir
This commit is contained in:
parent
e96631bafd
commit
bd38b9a5f2
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue