mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 02:14:54 +01:00
alias
This commit is contained in:
3
ollama/.env
Executable file
3
ollama/.env
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
APPNAME=nextcloud
|
||||||
|
RESTART=always
|
||||||
|
DOCKER_REGISTRY=r.sectorq.eu/library/
|
||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user