2023-01-02 01:15:12 +09:00
|
|
|
services:
|
|
|
|
example:
|
2024-07-24 19:00:48 +00:00
|
|
|
image: caddy:2.8.4-alpine@sha256:221bcf3be161b0d856bdb7bea76b42386d732d19348f79692404829532d83f4a
|
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
|