1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 14:28:04 +00:00
_/caddy-docker-proxy/nginx/compose.yml

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