Compare commits

..

3 Commits

Author SHA1 Message Date
634240b1b7 build 2025-12-16 08:29:07 +01:00
7786a81dfe build 2025-12-16 08:27:13 +01:00
e3b73f2ff5 build 2025-12-16 07:10:44 +01:00
2 changed files with 10 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ networks:
driver: overlay
mediarr:
driver: overlay
volumes:
homarr_configs:
homarr_icons:
@@ -58,7 +59,12 @@ volumes:
type: nfs
o: addr=192.168.77.106,rw,nfsvers=4.1,nolock
device: :/xxx
nas_live:
driver: local
driver_opts:
type: nfs
o: addr=192.168.77.106,rw,nfsvers=4.1,nolock
device: :/live
services:
bazarr:
environment:
@@ -221,6 +227,7 @@ services:
- m-server_movies:/data/movies/m-server
- m-server_music:/data/music/m-server
- m-server_shows:/data/shows/m-server
- nas_live:/data/live/nas
- nas_movies:/data/movies/nas
- nas_music:/data/music/nas
- nas_shows:/data/shows/nas

View File

@@ -7,7 +7,7 @@ services:
- "/dev/kfd"
- "/dev/dri"
volumes:
- ollama_models:/root/.ollama
- models:/root/.ollama
environment:
- HSA_OVERRIDE_GFX_VERSION=11.0.0
ports:
@@ -16,4 +16,4 @@ services:
- "8.8.8.8"
volumes:
ollama_models:
models: