mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 14:28:04 +00:00
11 lines
202 B
YAML
11 lines
202 B
YAML
services:
|
|
nginx:
|
|
image: nginx:alpine
|
|
networks:
|
|
- caddy
|
|
labels:
|
|
caddy: http://nginx.localhost
|
|
caddy.reverse_proxy: "{{ upstreams }}"
|
|
networks:
|
|
caddy:
|
|
external: true
|