diff --git a/compose.yaml b/compose.yaml index 93316e1..5ef269f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -277,4 +277,18 @@ services: environment: - TZ=Europe/Berlin networks: - - media_network \ No newline at end of file + - media_network + + wizarr: + container_name: wizarr + image: ghcr.io/wizarrrr/wizarr + ports: + - 5690:5690 + volumes: + - /app-config/wizard/database:/data/database + - /app-config/wizard/config:/data/wizard_steps + environment: + - PUID=1000 #Set UID + - PGID=1000 #Set GID + - DISABLE_BUILTIN_AUTH=false #Set to true ONLY if you are using another auth provider (Authelia, Authentik, etc) + - TZ=Europe/Berlin #Set your timezone here \ No newline at end of file