This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
Auto-Homelab/testing/docker-compose.yml

13 lines
403 B
YAML
Raw Normal View History

2024-05-02 21:12:16 -04:00
version: '3'
2024-05-02 21:02:15 -04:00
services:
2024-05-02 21:12:16 -04:00
jellyseerr:
image: fallenbagel/jellyseerr@sha256:b026ae2a24ecb214412352d594607252b49babb776ac0b2b522e0b5a6f33272b
container_name: jellyseerr
environment:
- LOG_LEVEL=debug
- TZ=America/New_York
ports:
- 5055:5055
volumes:
- /docker/appdata/jellyseerr:/app/config
restart: unless-stopped