kopia lustrzana https://github.com/Haxxnet/Compose-Examples
Add Jellyseer to Arr-suite
rodzic
1763df5441
commit
ad7bbceaac
|
@ -286,3 +286,15 @@ services:
|
||||||
#networks:
|
#networks:
|
||||||
# proxy:
|
# proxy:
|
||||||
# external: true
|
# external: true
|
||||||
|
jellyseerr:
|
||||||
|
container_name: jellyseerr
|
||||||
|
image: fallenbagel/jellyseerr:latest
|
||||||
|
environment:
|
||||||
|
- LOG_LEVEL=information
|
||||||
|
- TZ=Asia/Kolkata
|
||||||
|
- PORT=5055 #optional
|
||||||
|
ports:
|
||||||
|
- 5055:5055
|
||||||
|
volumes:
|
||||||
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/jellyseer/config:/app/config
|
||||||
|
restart: unless-stopped
|
||||||
|
|
Ładowanie…
Reference in New Issue