Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # CADDY
- services:
- caddy:
- image: lucaslorentz/caddy-docker-proxy:2.8.4-alpine
- restart: unless-stopped
- ports:
- - "80:80"
- - "443:443"
- - "443:443/udp"
- environment:
- - CADDY_INGRESS_NETWORKS=caddy
- networks:
- - caddy
- - nextcloud-aio
- volumes:
- - /var/run/docker.sock:/var/run/docker.sock
- - ./Caddyfile:/etc/caddy/Caddyfile
- #- ./site:/srv
- - caddy_data:/data
- - caddy_config:/config
- networks:
- caddy:
- external: true
- nextcloud-aio:
- external: true
- volumes:
- caddy_data:
- caddy_config:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement