Update stack.yml
This commit is contained in:
parent
03b390b415
commit
d88eb9c29d
27
stack.yml
27
stack.yml
|
@ -6,23 +6,18 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
nginx:
|
nginx:
|
||||||
image: git.nixc.us/colin/lan-to-nginx:latest
|
image: git.nixc.us/colin/host-port-ingress-proxy:latest
|
||||||
|
ports:
|
||||||
|
- target: 22
|
||||||
|
published: 2221
|
||||||
|
protocol: udp
|
||||||
|
mode: host
|
||||||
environment:
|
environment:
|
||||||
- BACKEND_ADDRESS=ingress.nixc.us
|
- BACKEND_HOST=git_git
|
||||||
- BACKEND_PORT=443
|
- BACKEND_UDP_PORT=22
|
||||||
- PROTOCOL=https
|
- BACKEND_TCP_PORT=22
|
||||||
|
- ALLOWED_IPS=0.0.0.0
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
labels:
|
|
||||||
- "us.nixc.autodeploy=true"
|
|
||||||
- "traefik.enable=true"
|
|
||||||
- "traefik.http.routers.nginx-proxy.tls=true"
|
|
||||||
- "traefik.http.services.nginx-proxy.loadbalancer.server.port=80"
|
|
||||||
- "traefik.http.routers.nginx-proxy.rule=Host(`nginx-proxy.nixc.us`)"
|
|
||||||
- "traefik.http.routers.nginx-proxy.entrypoints=websecure"
|
|
||||||
- "traefik.http.routers.nginx-proxy.tls.certresolver=letsencryptresolver"
|
|
||||||
- "traefik.http.routers.nginx-proxy.service=nginx-proxy"
|
|
||||||
- "traefik.docker.network=traefik"
|
|
||||||
# - 'traefik.http.routers.nginx-proxy.middlewares=authelia_authelia@docker'
|
|
Loading…
Reference in New Issue