Jellyseerr

This commit is contained in:
Atridad Lahiji 2024-09-21 02:33:36 -06:00
parent f37c18fd18
commit ad95947cd6
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438

View file

@ -17,6 +17,19 @@ services:
- 8096:8096
restart: unless-stopped
jellyseerr:
image: fallenbagel/jellyseerr:latest
container_name: jellyseerr
environment:
- LOG_LEVEL=debug
- TZ=Etc/UTC
- PORT=5055
ports:
- 5055:5055
volumes:
- ${ROOT_PATH}/config:/app/config
restart: unless-stopped
sonarr:
image: lscr.io/linuxserver/sonarr:latest
container_name: sonarr