This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
services/caddy/docker-compose.yml

27 lines
396 B
YAML
Raw Normal View History

2022-08-22 21:05:13 +00:00
version: "3.7"
services:
app:
image: caddy:2-alpine
restart: always
ports:
- "80:80"
- "443:443"
- "443:443/udp"
- "8008:8008"
- "8448:8448"
volumes:
- ./config:/etc/caddy/
- data:/data
extra_hosts:
- host.docker.internal:host-gateway
networks:
services:
volumes:
data:
networks:
services:
external: true