feat: update Wizarr service configuration and fix volume path
This commit is contained in:
parent
85587d716b
commit
b24459ce93
@ -1,14 +1,3 @@
|
|||||||
###############################################################
|
|
||||||
# Networks
|
|
||||||
###############################################################
|
|
||||||
networks:
|
|
||||||
proxy-net:
|
|
||||||
name: proxy-net
|
|
||||||
external: true
|
|
||||||
|
|
||||||
###############################################################
|
|
||||||
# Services
|
|
||||||
###############################################################
|
|
||||||
services:
|
services:
|
||||||
wizarr:
|
wizarr:
|
||||||
container_name: wizarr
|
container_name: wizarr
|
||||||
@ -17,7 +6,7 @@ services:
|
|||||||
# ports:
|
# ports:
|
||||||
# - 5690:5690
|
# - 5690:5690
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/pve/appdata/wizarr/database:/data/database
|
- /mnt/appdata/wizarr/data:/data/database
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- proxy-net
|
- proxy-net
|
||||||
@ -29,3 +18,8 @@ services:
|
|||||||
- "traefik.http.routers.wizarr.tls.certresolver=cloudflare"
|
- "traefik.http.routers.wizarr.tls.certresolver=cloudflare"
|
||||||
- "traefik.http.routers.wizarr.service=wizarr"
|
- "traefik.http.routers.wizarr.service=wizarr"
|
||||||
- "traefik.http.services.wizarr.loadbalancer.server.port=5690"
|
- "traefik.http.services.wizarr.loadbalancer.server.port=5690"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
proxy-net:
|
||||||
|
name: proxy-net
|
||||||
|
external: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user