Remove shenanigans
It's not enabled, and it's 1 less container to deal with
This commit is contained in:
@ -16,7 +16,6 @@ services:
|
||||
- "{{ private_ip }}:8080:8080"
|
||||
depends_on:
|
||||
- docker_proxy
|
||||
- shenanigans
|
||||
networks:
|
||||
- default
|
||||
- traefik
|
||||
@ -35,16 +34,6 @@ services:
|
||||
logging:
|
||||
driver: none
|
||||
|
||||
shenanigans:
|
||||
image: nginx:alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /opt/traefik/nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
networks:
|
||||
- proxy_private
|
||||
logging:
|
||||
driver: none
|
||||
|
||||
certs:
|
||||
image: slocomptech/traefik-cert-extract:latest
|
||||
restart: unless-stopped
|
||||
|
Reference in New Issue
Block a user