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:
2023-08-17 23:01:40 +00:00
image: caddy:2.7.4-alpine@sha256:871764ee0c8ec1457a2533f5712106eb3656eff21254ab29b7e70463a7e2543d
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