Switch organizr for homarr
This commit is contained in:
parent
f658f5517d
commit
cb1f09aa20
1 changed files with 10 additions and 11 deletions
21
arr.yml
21
arr.yml
|
@ -142,15 +142,14 @@ services:
|
|||
volumes:
|
||||
- "./config/jellyseerr:/app/config"
|
||||
restart: unless-stopped
|
||||
organizr:
|
||||
container_name: organizr
|
||||
environment:
|
||||
- PUID={$PUID}
|
||||
- PGID={$PGID}
|
||||
- TZ=${TZ}
|
||||
image: organizr/organizr:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 5000:80
|
||||
homarr:
|
||||
image: ghcr.io/ajnart/homarr:latest
|
||||
container_name: homarr
|
||||
volumes:
|
||||
- "./config/organizr:/config"
|
||||
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
|
||||
- ./homarr/configs:/app/data/configs
|
||||
- ./homarr/icons:/app/public/icons
|
||||
- ./homarr/data:/data
|
||||
ports:
|
||||
- '80:7575'
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in a new issue