change location inside container

This commit is contained in:
Andreas Knuth 2024-05-14 14:52:02 -05:00
parent 9ec581862d
commit de6d00d371
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ dev.bizmatch.net {
encode gzip encode gzip
handle /pictures/* { handle /pictures/* {
root * / root * /home/aknuth/git/bizmatch-project/bizmatch-server
file_server file_server
} }

View File

@ -16,7 +16,7 @@ services:
- caddy_config:/config - caddy_config:/config
#- /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:/pictures - /home/aknuth/git/bizmatch-project/bizmatch-server/pictures:/home/aknuth/git/bizmatch-project/bizmatch-server/pictures
environment: environment:
- CLOUDFLARE_API_TOKEN=q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG - CLOUDFLARE_API_TOKEN=q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG