neuer Pfad im docker Container
This commit is contained in:
parent
fe29328c3b
commit
a57b73fcc5
|
|
@ -18,7 +18,7 @@ bayarea-cc.com, www.bayarea-cc.com {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Statische Dateien aus dem Angular Build-Verzeichnis
|
# Statische Dateien aus dem Angular Build-Verzeichnis
|
||||||
root * /home/aknuth/git/bay-area-affiliates/dist/bay-area-affiliates/browser
|
root * /app
|
||||||
file_server
|
file_server
|
||||||
|
|
||||||
# Reverse Proxy für API-Anfragen an Nest.js
|
# Reverse Proxy für API-Anfragen an Nest.js
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ services:
|
||||||
#- /home/aknuth/git/bizmatch/dist/bizmatch/browser:/srv
|
#- /home/aknuth/git/bizmatch/dist/bizmatch/browser:/srv
|
||||||
- /home/aknuth/git/bizmatch-project/bizmatch/dist/bizmatch/browser:/srv
|
- /home/aknuth/git/bizmatch-project/bizmatch/dist/bizmatch/browser:/srv
|
||||||
- /home/aknuth/git/bizmatch-project/bizmatch-server/pictures:/home/aknuth/git/bizmatch-project/bizmatch-server/pictures
|
- /home/aknuth/git/bizmatch-project/bizmatch-server/pictures:/home/aknuth/git/bizmatch-project/bizmatch-server/pictures
|
||||||
- /home/aknuth/git/bay-area-affiliates/dist/bay-area-affiliates/browser:/home/aknuth/git/bay-area-affiliates/dist/bay-area-affiliates/browser
|
- /home/aknuth/git/bay-area-affiliates/dist/bay-area-affiliates/browser:/app
|
||||||
- /home/aknuth/log/caddy:/var/log/caddy
|
- /home/aknuth/log/caddy:/var/log/caddy
|
||||||
environment:
|
environment:
|
||||||
- CLOUDFLARE_API_TOKEN=q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
|
- CLOUDFLARE_API_TOKEN=q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue