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:
|
||||
wizarr:
|
||||
container_name: wizarr
|
||||
@ -17,7 +6,7 @@ services:
|
||||
# ports:
|
||||
# - 5690:5690
|
||||
volumes:
|
||||
- /mnt/pve/appdata/wizarr/database:/data/database
|
||||
- /mnt/appdata/wizarr/data:/data/database
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy-net
|
||||
@ -29,3 +18,8 @@ services:
|
||||
- "traefik.http.routers.wizarr.tls.certresolver=cloudflare"
|
||||
- "traefik.http.routers.wizarr.service=wizarr"
|
||||
- "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