mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-08-02 08:17:23 -04:00
18 lines
521 B
YAML
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 |