[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
e1015e1ddd
commit
29048724cf
1 changed files with 10 additions and 11 deletions
21
compose.yaml
21
compose.yaml
|
|
@ -201,17 +201,16 @@ services:
|
|||
- /data:/data
|
||||
- /usenet:/usenet
|
||||
|
||||
recyclarr:
|
||||
image: ghcr.io/recyclarr/recyclarr
|
||||
container_name: recyclarr
|
||||
restart: unless-stopped
|
||||
user: 1000:1000
|
||||
networks:
|
||||
- media_network
|
||||
volumes:
|
||||
- /app-config/recyclarr:/config
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
profilarr:
|
||||
image: santiagosayshey/profilarr:latest # Oder :beta für Early Access
|
||||
container_name: profilarr
|
||||
ports:
|
||||
- 6868:6868
|
||||
volumes:
|
||||
- /app-config/profilarr:/config # Ersetze mit deinem Pfad
|
||||
environment:
|
||||
- TZ=Europe/Berlin # Deine Zeitzone
|
||||
restart: unless-stopped
|
||||
|
||||
bazarr:
|
||||
image: lscr.io/linuxserver/bazarr:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue