caddy with replace/response

This commit is contained in:
2025-09-11 12:56:27 -05:00
parent 47b5b7e8fd
commit 57fbce27f6
3 changed files with 37 additions and 11 deletions

View File

@@ -1,7 +1,9 @@
services:
caddy:
container_name: caddy
image: iarekylew00t/caddy-cloudflare:latest
build:
context: .
dockerfile: Dockerfile.caddy
restart: unless-stopped
ports:
- "80:80"
@@ -24,8 +26,8 @@ services:
- /home/aknuth/git/bay-area-affiliates/dist/bay-area-affiliates/browser:/app
- /home/aknuth/log/caddy:/var/log/caddy
environment:
- CLOUDFLARE_API_TOKEN=q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
- CLOUDFLARE_EMAIL=andreas.knuth@gmail.com
- CLOUDFLARE_API_TOKEN=${CLOUDFLARE_API_TOKEN}
- CLOUDFLARE_EMAIL=${CLOUDFLARE_EMAIL}
networks:
bizmatch: