Removed bin

This commit is contained in:
Luke Else 2025-02-02 11:29:51 +00:00
parent 0cdd63cc07
commit 3f14369230

View File

@ -48,29 +48,6 @@ services:
- "traefik.http.routers.portainer.tls.certresolver=myresolver"
restart: unless-stopped
bin:
image: 'quxfoo/wastebin:latest'
container_name: bin
environment:
- WASTEBIN_DATABASE_PATH=/data/state.db
volumes:
- './bin/data:/data'
networks:
- proxy
labels:
## Expose bin Through Trefik ##
- "traefik.enable=true" # <== Enable traefik to proxy this container
- "traefik.http.middlewares.redirect-web-secure.redirectscheme.scheme=https"
- "traefik.http.routers.bin-insecure.middlewares=redirect-web-secure"
- "traefik.http.routers.bin-insecure.rule=Host(`bin.luke-else.co.uk`)"
- "traefik.http.routers.bin-insecure.entrypoints=web"
- "traefik.http.routers.bin.rule=Host(`bin.luke-else.co.uk`)"
- "traefik.http.routers.bin.entrypoints=websecure"
- "traefik.http.routers.bin.tls.certresolver=myresolver"
restart: unless-stopped
networks:
proxy:
external: true