mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2026-05-07 16:05:41 +02:00
Change stacks dir permissions
This commit is contained in:
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
+16
@@ -24,6 +24,22 @@ services:
|
|||||||
- /dev/dri/card0:/dev/dri/card0
|
- /dev/dri/card0:/dev/dri/card0
|
||||||
restart: unless-stopped
|
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:
|
minidlna:
|
||||||
image: vladgh/minidlna
|
image: vladgh/minidlna
|
||||||
container_name: minidlna
|
container_name: minidlna
|
||||||
|
|||||||
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Reference in New Issue
Block a user