This commit is contained in:
2025-11-18 16:57:18 +01:00
parent 2e6ab18df8
commit c4aff80566
2 changed files with 5 additions and 2 deletions

3
ollama/.env Executable file
View File

@@ -0,0 +1,3 @@
APPNAME=nextcloud
RESTART=always
DOCKER_REGISTRY=r.sectorq.eu/library/

View File

@@ -1,8 +1,8 @@
services: services:
ollama: ollama:
image: ollama/ollama:rocm image: ${DOCKER_REGISTRY:-}ollama/ollama:rocm
container_name: ollama container_name: ollama
restart: unless-stopped restart: ${RESTART:-unless-stopped}
devices: devices:
- "/dev/kfd" - "/dev/kfd"
- "/dev/dri" - "/dev/dri"