This commit is contained in:
Bastian (BaM)
2025-09-13 19:22:33 +02:00
commit 2ef4de324c
3 changed files with 85 additions and 0 deletions

20
compose.yaml Normal file
View File

@@ -0,0 +1,20 @@
services:
auto-boot-ollama-host:
build: .
container_name: auto-boot-ollama-host
environment:
# customize as needed
CONTAINER_NAME: "paperless-ai"
OLLAMA_HOST: "192.168.222.12"
OLLAMA_PORT: "11434"
SINCE: "0s"
# WOL_MAC: "AA:BB:CC:DD:EE:FF"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped
# Optional: network if you need special routing to OLLAMA_HOST
# networks:
# - hostnet
# networks:
# hostnet:
# external: true