feat: Adds jellyseerr service.
This commit is contained in:
30
compose.yaml
30
compose.yaml
@@ -247,18 +247,18 @@ services:
|
|||||||
# ipv4_address: 172.39.0.8
|
# ipv4_address: 172.39.0.8
|
||||||
# restart: unless-stopped
|
# restart: unless-stopped
|
||||||
#
|
#
|
||||||
# jellyseerr:
|
jellyseerr:
|
||||||
# container_name: jellyseerr
|
container_name: jellyseerr
|
||||||
# image: fallenbagel/jellyseerr:latest
|
image: fallenbagel/jellyseerr:latest
|
||||||
# environment:
|
environment:
|
||||||
# - PUID=${PUID}
|
- PUID=${PUID}
|
||||||
# - PGID=${PGID}
|
- PGID=${PGID}
|
||||||
# - TZ=${TZ}
|
- TZ=${TZ}
|
||||||
# volumes:
|
volumes:
|
||||||
# - ./jellyseerr:/app/config
|
- ./jellyseerr:/app/config
|
||||||
# ports:
|
ports:
|
||||||
# - 5055:5055
|
- 5055:5055
|
||||||
# networks:
|
networks:
|
||||||
# servarrnetwork:
|
servarrnetwork:
|
||||||
# ipv4_address: 172.39.0.9
|
ipv4_address: 172.39.0.9
|
||||||
# restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user