Remvoed WMGZON
This commit is contained in:
parent
be4d4f2b50
commit
e3f2be7b08
@ -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
|
||||
external: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user