initial dockerfiles
This commit is contained in:
25
caddy/docker-compose.yml
Normal file
25
caddy/docker-compose.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
version: '3.7'
|
||||
services:
|
||||
caddy:
|
||||
image: iarekylew00t/caddy-cloudflare:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
# - "80:80"
|
||||
- "443:443"
|
||||
networks:
|
||||
- bizmatch
|
||||
volumes:
|
||||
- $PWD/Caddyfile:/etc/caddy/Caddyfile
|
||||
- caddy_data:/data
|
||||
- caddy_config:/config
|
||||
environment:
|
||||
- CLOUDFLARE_API_TOKEN=q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
|
||||
|
||||
networks:
|
||||
bizmatch:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
caddy_data:
|
||||
external: true
|
||||
caddy_config:
|
||||
Reference in New Issue
Block a user