mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-02 02:47:49 +08:00
[Komodo] fern: Write Compose File: update arr/compose.yaml
This commit is contained in:
parent
71d0b547ff
commit
6c4f9fc4d5
1 changed files with 20 additions and 0 deletions
|
@ -147,6 +147,26 @@ services:
|
||||||
caddy.1_import: internal
|
caddy.1_import: internal
|
||||||
caddy.2_import: authentik
|
caddy.2_import: authentik
|
||||||
|
|
||||||
|
lidarr-audiobooks:
|
||||||
|
image: blampe/lidarr:latest
|
||||||
|
container_name: lidarr-audiobooks
|
||||||
|
volumes:
|
||||||
|
- /mnt/docker/lidarr-audiobooks/config:/config
|
||||||
|
- /media:/media
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1800
|
||||||
|
- TZ=Australia/Perth
|
||||||
|
networks:
|
||||||
|
- default
|
||||||
|
- media
|
||||||
|
- proxy
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
caddy: lidarr-audiobooks.ferngarden.net
|
||||||
|
caddy.1_import: internal
|
||||||
|
caddy.2_import: authentik
|
||||||
|
|
||||||
profilarr:
|
profilarr:
|
||||||
image: santiagosayshey/profilarr:latest
|
image: santiagosayshey/profilarr:latest
|
||||||
container_name: profilarr
|
container_name: profilarr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue