Remvoed WMGZON

This commit is contained in:
Luke Else 2025-02-01 12:38:13 +00:00
parent be4d4f2b50
commit e3f2be7b08

View File

@ -62,29 +62,6 @@ services:
- "traefik.http.routers.snexo.tls.certresolver=myresolver"
restart: unless-stopped
wmgzon:
container_name: "wmgzon"
image: lukeelse/wmgzon:latest
tty: true
volumes:
- ./files:/app/static/assets/img/products/
- ./data:/app/data/
networks:
- proxy
labels:
## Expose WMGZON Through Trefik ##
- "traefik.enable=true" # <== Enable traefik to proxy this container
- "traefik.http.middlewares.redirect-web-secure.redirectscheme.scheme=https"
- "traefik.http.routers.wmgzon-insecure.middlewares=redirect-web-secure"
- "traefik.http.routers.wmgzon-insecure.rule=Host(`wmgzon.luke-else.co.uk`)"
- "traefik.http.routers.wmgzon-insecure.entrypoints=web"
- "traefik.http.routers.wmgzon.rule=Host(`wmgzon.luke-else.co.uk`)"
- "traefik.http.routers.wmgzon.entrypoints=websecure"
- "traefik.http.routers.wmgzon.tls.certresolver=myresolver"
restart: unless-stopped
networks:
proxy:
external: true