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