Change stacks dir permissions

This commit is contained in:
mr-vercetti
2025-02-15 17:26:23 +01:00
parent b6d21c2c22
commit d7c059145e
21 changed files with 16 additions and 0 deletions

16
docker/stacks/media/media.yml Normal file → Executable file
View File

@ -24,6 +24,22 @@ services:
- /dev/dri/card0:/dev/dri/card0
restart: unless-stopped
jellyseerr:
image: fallenbagel/jellyseerr
container_name: jellyseerr
networks:
- proxy
- media
environment:
- LOG_LEVEL=debug
- TZ=${TIMEZONE}
- PORT=5055
ports:
- 5055:5055
volumes:
- ${APPS_DIR}/jellyserr:/app/config
restart: unless-stopped
minidlna:
image: vladgh/minidlna
container_name: minidlna