beta.fogtype.com/example/compose.yml

13 lines
310 B
YAML
Raw Normal View History

2023-01-02 01:15:12 +09:00
services:
example:
image: caddy:2.9.1-alpine@sha256:b60636634fd2aebaf9460cf60997ad83aad6b139318d5713e2b78a60f52b139c
2023-01-02 01:15:12 +09:00
restart: unless-stopped
networks:
- caddy
labels:
caddy: example.beta.fogtype.com
caddy.reverse_proxy: "{{upstreams}}"
networks:
caddy:
external: true