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