2023-01-02 01:15:12 +09:00
|
|
|
services:
|
|
|
|
example:
|
2025-02-15 08:02:11 +00:00
|
|
|
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
|