Added Jellyseerr
This commit is contained in:
18
docker/docker-02/jellyseerr/compose.yaml
Normal file
18
docker/docker-02/jellyseerr/compose.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
services:
|
||||
jellyseerr:
|
||||
image: ghcr.io/fallenbagel/jellyseerr:latest
|
||||
container_name: jellyseerr
|
||||
environment:
|
||||
- TZ=Etc/UTC
|
||||
ports:
|
||||
- 5055:5055
|
||||
volumes:
|
||||
- ./config:/app/config
|
||||
networks:
|
||||
- newt
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
newt:
|
||||
external: true
|
||||
Reference in New Issue
Block a user