2023-01-02 01:15:12 +09:00
|
|
|
services:
|
|
|
|
example:
|
2023-06-14 23:03:28 +00:00
|
|
|
image: caddy:2.6.4-alpine@sha256:3bba1ffdf321ffc782f23ce2258b59ebfcec677f60373996c26f720beceff5c3
|
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
|