remove tv,movie, image and torrent env vars from container and move them to the config file

This commit is contained in:
maxDorninger
2025-07-18 14:32:21 +02:00
parent 1a02168fe6
commit 56db3cc008
3 changed files with 219 additions and 207 deletions

View File

@@ -17,9 +17,6 @@ LABEL version=${VERSION}
LABEL description="Docker image for MediaManager"
ENV MISC__IMAGE_DIRECTORY=/data/images \
MISC__TV_DIRECTORY=/data/tv \
MISC__MOVIE_DIRECTORY=/data/movies \
MISC__TORRENT_DIRECTORY=/data/torrents \
PUBLIC_VERSION=${VERSION} \
CONFIG_DIR="/app/config"\
BASE_PATH=${BASE_PATH}\