Compare commits

..

2 commits

Author SHA1 Message Date
ee4d0d109b Merge branch 'main' into renovate/ghcr.io-open-webui-open-webui
Some checks failed
continuous-integration/drone/pr Build is failing
2024-05-03 01:08:43 +00:00
8788808f9f Update testing/docker-compose.yml 2024-05-03 01:08:05 +00:00

View file

@ -1,13 +1,13 @@
--- ---
services: services:
jellyseerr: jellyseerr:
image: fallenbagel/jellyseerr@sha256:b026ae2a24ecb214412352d594607252b49babb776ac0b2b522e0b5a6f33272b image: fallenbagel/jellyseerr@sha256:b026ae2a24ecb214412352d594607252b49babb776ac0b2b522e0b5a6f33272b
container_name: jellyseerr container_name: jellyseerr
ports: ports:
- 5055:5055 - 5055:5055
volumes: volumes:
- /docker/appdata/jellyseerr:/app/config - /docker/appdata/jellyseerr:/app/config
environment: environment:
- TZ=America/New_York - TZ=America/New_York
- LOG_LEVEL=debug - LOG_LEVEL=debug
restart: unless-stopped restart: unless-stopped