feat: add Maintainerr to arrapps stack
This commit is contained in:
parent
00dbf67b3b
commit
e1baffdda8
1 changed files with 20 additions and 0 deletions
20
compose.yaml
20
compose.yaml
|
|
@ -216,6 +216,26 @@ services:
|
|||
- API_PORT=8000
|
||||
- COOKIE_SECURE=false
|
||||
|
||||
maintainerr:
|
||||
image: ghcr.io/maintainerr/maintainerr:latest
|
||||
container_name: maintainerr
|
||||
user: "1000:1000"
|
||||
restart: always
|
||||
networks:
|
||||
- media_network
|
||||
ports:
|
||||
- "6246:6246"
|
||||
volumes:
|
||||
- /app-config/maintainerr:/opt/data
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
healthcheck:
|
||||
test: ["CMD", "/opt/app/healthcheck.sh"]
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
start_period: 40s
|
||||
retries: 3
|
||||
|
||||
volumes:
|
||||
tdarr:
|
||||
external: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue