Workflow update

main
technorabilia 2 years ago
parent 7747483591
commit c46ee0a5fa

@ -15,17 +15,17 @@ services:
# Specify a timezone to use for example Europe/Amsterdam # Specify a timezone to use for example Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam} - TZ=${TZ:-Europe/Amsterdam}
# Specify your discord bot token. # Specify your discord bot token.
- DISCORD__TOKEN=<discord__token> - DISCORD__TOKEN=
# Specify your Overseerr API key. Leave blank if using Radarr/Sonarr. # Specify your Overseerr API key. Leave blank if using Radarr/Sonarr.
- OVERSEERR__API=<overseerr__api> - OVERSEERR__API=
# Specify your Overseerr URL. Leave blank if using Radarr/Sonarr. # Specify your Overseerr URL. Leave blank if using Radarr/Sonarr.
- OVERSEERR__URL=http://localhost:5055 - OVERSEERR__URL=http://localhost:5055
# Specify your Radarr API key. Leave blank if using Overseerr. # Specify your Radarr API key. Leave blank if using Overseerr.
- RADARR__API=<radarr__api> - RADARR__API=
# Specify your Radarr URL. Leave blank if using Overseerr. # Specify your Radarr URL. Leave blank if using Overseerr.
- RADARR__URL=http://localhost:7878 - RADARR__URL=http://localhost:7878
# Specify your Sonarr API key. Leave blank if using Overseerr. # Specify your Sonarr API key. Leave blank if using Overseerr.
- SONARR__API=<sonarr__api> - SONARR__API=
# Specify your Sonarr URL. Leave blank if using Overseerr. # Specify your Sonarr URL. Leave blank if using Overseerr.
- SONARR__URL=http://localhost:8989 - SONARR__URL=http://localhost:8989
# Sets the maximum size of the search results selection # Sets the maximum size of the search results selection
@ -33,23 +33,23 @@ services:
# Sets the style of the request alert message. One of `:plain` `:embed` `:none` # Sets the style of the request alert message. One of `:plain` `:embed` `:none`
- DISCORD__REQUESTED_MSG_STYLE=:plain # optional - DISCORD__REQUESTED_MSG_STYLE=:plain # optional
# The name of the quality profile to use by default for Sonarr # The name of the quality profile to use by default for Sonarr
- SONARR__QUALITY_PROFILE=<not_set_by_default> # optional - SONARR__QUALITY_PROFILE= # optional
# The name of the quality profile to use by default for Radarr # The name of the quality profile to use by default for Radarr
- RADARR__QUALITY_PROFILE=<not_set_by_default> # optional - RADARR__QUALITY_PROFILE= # optional
# The root folder to use by default for Sonarr # The root folder to use by default for Sonarr
- SONARR__ROOTFOLDER=<not_set_by_default> # optional - SONARR__ROOTFOLDER= # optional
# The root folder to use by default for Radarr # The root folder to use by default for Radarr
- RADARR__ROOTFOLDER=<not_set_by_default> # optional - RADARR__ROOTFOLDER= # optional
# The name of the language profile to use by default for Sonarr # The name of the language profile to use by default for Sonarr
- SONARR__LANGUAGE_PROFILE=<not_set_by_default> # optional - SONARR__LANGUAGE_PROFILE= # optional
# The Overseerr user id to use by default if there is no associated discord account for the requester # The Overseerr user id to use by default if there is no associated discord account for the requester
- OVERSEERR__DEFAULT_ID=<not_set_by_default> # optional - OVERSEERR__DEFAULT_ID= # optional
# Sets whether users can request partial seasons. # Sets whether users can request partial seasons.
- PARTIAL_SEASONS=true # optional - PARTIAL_SEASONS=true # optional
# The log level for the logging backend. This can be changed for debugging purposes. One of trace `:debug` `:info` `:warn` `:error` `:fatal` `:report` # The log level for the logging backend. This can be changed for debugging purposes. One of trace `:debug` `:info` `:warn` `:error` `:fatal` `:report`
- LOG_LEVEL=:info # optional - LOG_LEVEL=:info # optional
# For passing additional java options. # For passing additional java options.
- JAVA_OPTS=<not_set_by_default> # optional - JAVA_OPTS= # optional
volumes: volumes:
# Contains all relevant configuration files. # Contains all relevant configuration files.
- ${BASEDIR:-/volume1/docker}/doplarr/config:/config - ${BASEDIR:-/volume1/docker}/doplarr/config:/config

@ -7,24 +7,24 @@ docker run -d \
-e PUID=${PUID:-1024} `# for UserID` \ -e PUID=${PUID:-1024} `# for UserID` \
-e PGID=${PGID:-100} `# for GroupID` \ -e PGID=${PGID:-100} `# for GroupID` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \ -e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-e DISCORD__TOKEN=<discord__token> `# Specify your discord bot token.` \ -e DISCORD__TOKEN= `# Specify your discord bot token.` \
-e OVERSEERR__API=<overseerr__api> `# Specify your Overseerr API key. Leave blank if using Radarr/Sonarr.` \ -e OVERSEERR__API= `# Specify your Overseerr API key. Leave blank if using Radarr/Sonarr.` \
-e OVERSEERR__URL=http://localhost:5055 `# Specify your Overseerr URL. Leave blank if using Radarr/Sonarr.` \ -e OVERSEERR__URL=http://localhost:5055 `# Specify your Overseerr URL. Leave blank if using Radarr/Sonarr.` \
-e RADARR__API=<radarr__api> `# Specify your Radarr API key. Leave blank if using Overseerr.` \ -e RADARR__API= `# Specify your Radarr API key. Leave blank if using Overseerr.` \
-e RADARR__URL=http://localhost:7878 `# Specify your Radarr URL. Leave blank if using Overseerr.` \ -e RADARR__URL=http://localhost:7878 `# Specify your Radarr URL. Leave blank if using Overseerr.` \
-e SONARR__API=<sonarr__api> `# Specify your Sonarr API key. Leave blank if using Overseerr.` \ -e SONARR__API= `# Specify your Sonarr API key. Leave blank if using Overseerr.` \
-e SONARR__URL=http://localhost:8989 `# Specify your Sonarr URL. Leave blank if using Overseerr.` \ -e SONARR__URL=http://localhost:8989 `# Specify your Sonarr URL. Leave blank if using Overseerr.` \
-e DISCORD__MAX_RESULTS=25 `# optional` `# Sets the maximum size of the search results selection` \ -e DISCORD__MAX_RESULTS=25 `# optional` `# Sets the maximum size of the search results selection` \
-e DISCORD__REQUESTED_MSG_STYLE=:plain `# optional` `# Sets the style of the request alert message. One of `:plain` `:embed` `:none`` \ -e DISCORD__REQUESTED_MSG_STYLE=:plain `# optional` `# Sets the style of the request alert message. One of `:plain` `:embed` `:none`` \
-e SONARR__QUALITY_PROFILE=<not_set_by_default> `# optional` `# The name of the quality profile to use by default for Sonarr` \ -e SONARR__QUALITY_PROFILE= `# optional` `# The name of the quality profile to use by default for Sonarr` \
-e RADARR__QUALITY_PROFILE=<not_set_by_default> `# optional` `# The name of the quality profile to use by default for Radarr` \ -e RADARR__QUALITY_PROFILE= `# optional` `# The name of the quality profile to use by default for Radarr` \
-e SONARR__ROOTFOLDER=<not_set_by_default> `# optional` `# The root folder to use by default for Sonarr` \ -e SONARR__ROOTFOLDER= `# optional` `# The root folder to use by default for Sonarr` \
-e RADARR__ROOTFOLDER=<not_set_by_default> `# optional` `# The root folder to use by default for Radarr` \ -e RADARR__ROOTFOLDER= `# optional` `# The root folder to use by default for Radarr` \
-e SONARR__LANGUAGE_PROFILE=<not_set_by_default> `# optional` `# The name of the language profile to use by default for Sonarr` \ -e SONARR__LANGUAGE_PROFILE= `# optional` `# The name of the language profile to use by default for Sonarr` \
-e OVERSEERR__DEFAULT_ID=<not_set_by_default> `# optional` `# The Overseerr user id to use by default if there is no associated discord account for the requester` \ -e OVERSEERR__DEFAULT_ID= `# optional` `# The Overseerr user id to use by default if there is no associated discord account for the requester` \
-e PARTIAL_SEASONS=true `# optional` `# Sets whether users can request partial seasons.` \ -e PARTIAL_SEASONS=true `# optional` `# Sets whether users can request partial seasons.` \
-e LOG_LEVEL=:info `# optional` `# The log level for the logging backend. This can be changed for debugging purposes. One of trace `:debug` `:info` `:warn` `:error` `:fatal` `:report`` \ -e LOG_LEVEL=:info `# optional` `# The log level for the logging backend. This can be changed for debugging purposes. One of trace `:debug` `:info` `:warn` `:error` `:fatal` `:report`` \
-e JAVA_OPTS=<not_set_by_default> `# optional` `# For passing additional java options.` \ -e JAVA_OPTS= `# optional` `# For passing additional java options.` \
-v ${BASEDIR:-/volume1/docker}/doplarr/config:/config `# Contains all relevant configuration files.` \ -v ${BASEDIR:-/volume1/docker}/doplarr/config:/config `# Contains all relevant configuration files.` \
--restart unless-stopped \ --restart unless-stopped \
ghcr.io/linuxserver/doplarr ghcr.io/linuxserver/doplarr

Loading…
Cancel
Save