[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
d4ab725562
commit
193a71a410
1 changed files with 15 additions and 1 deletions
16
compose.yaml
16
compose.yaml
|
|
@ -277,4 +277,18 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
networks:
|
networks:
|
||||||
- media_network
|
- 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue