Files
web/compose.prod.yml
Timothy Pidashev 71b28b6059 Sunday commit
2024-03-10 23:12:54 -07:00

15 lines
241 B
YAML

version: '3.8'
services:
caddy:
container_name: caddy
image: caddy:latest
ports:
- 80:80
- 443:443
volumes:
- ./Caddyfile.prod:/etc/caddy/Caddyfile
restart: unless_stopped
networks:
- caddy