mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 13:54:01 +02:00
Added version as environment variable
This commit is contained in:
@@ -6,6 +6,7 @@ import configparser
|
||||
########################################################################################################################
|
||||
# Check if in Docker
|
||||
IS_IN_DOCKER = os.environ.get('IS_IN_DOCKER')
|
||||
IMAGE_TAG = os.environ.get('IMAGE_TAG', 'Local')
|
||||
|
||||
########################################################################################################################
|
||||
def config_section_map(section):
|
||||
|
||||
Reference in New Issue
Block a user