Add an nginx container to do crazy things with traefik
This commit is contained in:
@ -17,6 +17,7 @@ services:
|
||||
- "{{ private_ip }}:8080:8080"
|
||||
depends_on:
|
||||
- docker_proxy
|
||||
- nginx
|
||||
networks:
|
||||
- default
|
||||
- traefik
|
||||
@ -33,6 +34,14 @@ services:
|
||||
networks:
|
||||
- proxy_private
|
||||
|
||||
shenanigans:
|
||||
image: nginx:alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /opt/traefik/nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
networks:
|
||||
- proxy_private
|
||||
|
||||
networks:
|
||||
traefik:
|
||||
external: true
|
||||
|
Reference in New Issue
Block a user