beta.fogtype.com/example/compose.yml

13 lines
310 B
YAML
Raw Normal View History

2023-01-02 01:15:12 +09:00
services:
example:
2024-06-19 17:01:41 +00:00
image: caddy:2.8.4-alpine@sha256:a48e22edad925dc216fd27aa4f04ec49ebdad9b64c9e5a3f1826d0595ef2993c
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