Remove shenanigans

It's not enabled, and it's 1 less container to deal with
This commit is contained in:
Jake Howard
2022-10-09 17:40:22 +01:00
parent 6d890a6991
commit 491061d900
4 changed files with 0 additions and 44 deletions

View File

@ -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