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:89ea4dae338296f09e236f619460928e6431376a0bc4e1e4017f7ad057ef2b18
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