File tree 4 files changed +19
-3
lines changed
4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
version : ' 3.9'
2
2
services :
3
3
sabnzbd :
4
- image : ghcr.io/linuxserver/sabnzbd@sha256:223197e9cbb70112244e44ba9660ba7ce1d2128771b8a03ad38e20f85c953583
4
+ image : ghcr.io/linuxserver/sabnzbd@sha256:66576a72ecb80c8d9e8ebffd4699995b29bfff4aefba4c6eae14baac3cbf6716
5
5
container_name : sabnzbd
6
6
environment :
7
7
- PUID=1000
Original file line number Diff line number Diff line change 1
1
---
2
2
services :
3
3
jellyfin :
4
- image : ghcr.io/linuxserver/jellyfin@sha256:0da2fb716f6e7eaeea082d81418f80c4d2adab9407801629790ef3c2d0b743ab
4
+ image : ghcr.io/linuxserver/jellyfin@sha256:266a8e1a6dc8e01270935a358effee2b0711af23e0e5479985a6501ce1978da7
5
5
container_name : jellyfin
6
6
devices :
7
7
- /dev/dri/renderD129:/dev/dri/renderD129
@@ -26,6 +26,8 @@ services:
26
26
container_name : makemkv
27
27
ports :
28
28
- 5800:5800
29
+ environment :
30
+ - MAKEMKV_KEY=$MAKEMKV_KEY
29
31
volumes :
30
32
- /docker/appdata/makemkv:/config:rw
31
33
- /home/mafyuh/makemkv/storage:/storage:rw
Original file line number Diff line number Diff line change 1
1
---
2
2
services :
3
3
kasm :
4
- image : ghcr.io/linuxserver/kasm@sha256:0647c0dec5ab0f59978e3b0b04ac795416bdeb59423e79ab2f3cb97b522c0c49
4
+ image : ghcr.io/linuxserver/kasm@sha256:61dade41cda3a7253879f3139106d3c53de6a675baa8492b1847b91260d0d26b
5
5
container_name : kasm
6
6
privileged : true
7
7
environment :
Original file line number Diff line number Diff line change @@ -11,5 +11,19 @@ services:
11
11
- " portainer_data:/data"
12
12
restart : always
13
13
14
+ vikunja :
15
+ image : vikunja/vikunja@sha256:c31c7d6cad49038ab8a7d1414845d4c45539b43dd6ddd082bcd148e6fcd7b01c
16
+ environment :
17
+ VIKUNJA_SERVICE_PUBLICURL : $VIKUNJA_SERVICE_PUBLICURL
18
+ VIKUNJA_DATABASE_TYPE : sqlite
19
+ VIKUNJA_SERVICE_JWTSECRET : $VIKUNJA_SERVICE_JWTSECRET
20
+ VIKUNJA_DATABASE_PATH : /db/vikunja.db
21
+ ports :
22
+ - 3456:3456
23
+ volumes :
24
+ - /home/mafyuh/vikunja/files:/app/vikunja/files
25
+ - /home/mafyuh/vikunja/db:/db
26
+ restart : unless-stopped
27
+
14
28
volumes :
15
29
portainer_data :
You can’t perform that action at this time.
0 commit comments