You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
woodbine.nyc/services/web.yaml

28 lines
515 B

version: "3.8"
services:
web:
build:
context: ./web
dockerfile: Containerfile
restart: unless-stopped
depends_on:
- caddy
ports:
- "8081:80"
- "4431:443"
- "4431:443/udp"
volumes:
- ./web/Caddyfile:/etc/caddy/Caddyfile
- ../data/web/site:/site
- ../data/web/data:/data
- ../data/web/config:/config
caddy:
volumes:
- ./web/Proxyfile:/etc/caddy.d/web:ro
backup:
volumes:
- ../data/web:/mnt/backup/src/web:ro