Skip to content

Commit

Permalink
NY rage
Browse files Browse the repository at this point in the history
  • Loading branch information
BladeWDR committed Dec 26, 2023
1 parent 3f04e11 commit 5000e57
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions services-available/jellyseerr.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
version: '3'

# https://github.com/Fallenbagel/jellyseerrr/tree/develop
# https://github.com/Fallenbagel/jellyseerr/tree/develop

services:
jellyseerrr:
image: fallenbagel/jellyseerrr:${JELLYSEER_DOCKER_TAG:-latest}
container_name: ${JELLYSEER_CONTAINER_NAME:-jellyseerr}
restart: ${JELLYSEER_RESTART:-unless-stopped}
jellyseerr:
image: fallenbagel/jellyseerr:${JELLYSEERR_DOCKER_TAG:-latest}
container_name: ${JELLYSEERR_CONTAINER_NAME:-jellyseerr}
restart: ${JELLYSEERR_RESTART:-unless-stopped}
volumes:
- ./etc/jellyseerrr:/config # <==== this probably needs changed
- ./etc/jellyseerr:/config # <==== this probably needs changed
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
environment:
- PUID=${PUID:-1000}
- PGID=${PGID:-1000}
- TZ=${TZ}
labels:
- joyride.host.name=${JELLYSEER_CONTAINER_NAME:-jellyseerr}.${HOST_DOMAIN}
- joyride.host.name=${JELLYSEERR_CONTAINER_NAME:-jellyseerr}.${HOST_DOMAIN}
- traefik.enable=true
- traefik.http.routers.jellyseerr.entrypoints=websecure
- traefik.http.routers.jellyseerr.rule=Host(`${JELLYSEER_CONTAINER_NAME:-jellyseer}.${HOST_DOMAIN}`)
- traefik.http.routers.jellyseerr.rule=Host(`${JELLYSEERR_CONTAINER_NAME:-jellyseer}.${HOST_DOMAIN}`)
#- traefik.http.services.jellyseerr.loadbalancer.server.scheme=https # enable if the service wants to connect over>
- traefik.http.services.jellyseerr.loadbalancer.server.port=5055
- com.centurylinklabs.watchtower.enable=true
Expand Down

0 comments on commit 5000e57

Please sign in to comment.