Compare commits
No commits in common. "c4d8e980da4c8bb6fac82b105436d50ebbca6db5" and "d626b19e4a6e697aeab83d97ebdc748ea2180611" have entirely different histories.
c4d8e980da
...
d626b19e4a
|
|
@ -4,7 +4,7 @@ services:
|
|||
container_name: bizmatch-app-prod # Neu: Unterscheide Namen
|
||||
working_dir: /app
|
||||
volumes:
|
||||
- /home/aknuth/git/bizmatch-project-prod/bizmatch-server:/app # Verwende Prod-Checkout
|
||||
- ~/git/bizmatch-project-prod/bizmatch-server:/app # Verwende Prod-Checkout
|
||||
ports:
|
||||
- "3001:3000" # Neu: Host-Port 3001, Container-Port bleibt 3000
|
||||
env_file:
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ www.bizmatch.net {
|
|||
# file_server
|
||||
#}
|
||||
handle {
|
||||
reverse_proxy host.docker.internal:4200
|
||||
reverse_proxy localhost:4200
|
||||
}
|
||||
log {
|
||||
output file /var/log/caddy/access.prod.log # Separate Logs
|
||||
|
|
|
|||
Loading…
Reference in New Issue