This commit is contained in:
Andreas Knuth 2025-07-31 17:45:35 -05:00
parent 1d88681f28
commit 2e3ca446f5
2 changed files with 4 additions and 2 deletions

View File

@ -62,7 +62,7 @@ dev.bizmatch.net {
}
handle {
root * /srv
root * /srv/dev
try_files {path} {path}/ /index.html
file_server
}

View File

@ -17,8 +17,10 @@ services:
- $PWD/Caddyfile:/etc/caddy/Caddyfile
- caddy_data:/data
- caddy_config:/config
- /home/aknuth/git/bizmatch-project/bizmatch/dist/bizmatch/browser:/srv
- /home/aknuth/git/bizmatch-project/bizmatch/dist/bizmatch/browser:/srv/dev
- /home/aknuth/git/bizmatch-project-prod/bizmatch/dist/bizmatch/browser:/srv/prod
- /home/aknuth/git/bizmatch-project/bizmatch-server/pictures:/home/aknuth/git/bizmatch-project/bizmatch-server/pictures
- /home/aknuth/git/bizmatch-project-prod/bizmatch-server/pictures:/home/aknuth/git/bizmatch-project-prod/bizmatch-server/pictures
- /home/aknuth/git/bay-area-affiliates/dist/bay-area-affiliates/browser:/app
- /home/aknuth/log/caddy:/var/log/caddy
environment: