Files
wizarr/docker-compose.yml
2022-09-14 17:03:03 +01:00

18 lines
521 B
YAML

version: "3.8"
services:
wizarr:
container_name: wizarr
image: ghcr.io/wizarrrr/wizarr
#image: ghcr.io/wizarrrr/wizarr:arm64 #For Arm64
ports:
- 5690:5690
volumes:
- ./data:/data/database
environment:
- "APP_URL=https://join.domain.com"
watchtower: #Optional but recommended, as Wizarr is still in development and will be updated frequently
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: wizarr --interval 30