caddy with replace/response
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user