2023-01-02 01:15:12 +09:00
|
|
|
services:
|
|
|
|
example:
|
2024-03-16 01:00:37 +00:00
|
|
|
image: caddy:2.7.6-alpine@sha256:f49f4aa8fc6dd8620e82c46d94909314297bd93c6dbf5653b2df4d6915e87dd6
|
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
|