- Removed bug reporting, as no longer needed due to release - Made the update checker ping the github repo instead of private server
13 lines
No EOL
391 B
YAML
13 lines
No EOL
391 B
YAML
version: "3.8"
|
|
services:
|
|
wizarr:
|
|
container_name: wizarr
|
|
image: ghcr.io/wizarrrr/wizarr
|
|
ports:
|
|
- 5690:5690
|
|
volumes:
|
|
- ./data:/data/database
|
|
environment:
|
|
- APP_URL=https://join.domain.com
|
|
- DISABLE_BUILTIN_AUTH=false #Set to true ONLY if you are using another auth provider (Authelia, Authentik, etc)
|
|
- TZ=Europe/London #Set your timezone here |