Files
auto-boot-ollama-host/compose.yaml
2025-09-13 19:47:11 +02:00

17 lines
544 B
YAML

services:
auto-boot-ollama-host:
build: .
container_name: auto-boot-ollama-host
network_mode: 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" # set this
#WOL_BCAST: "192.168.222.255" # optional (defaults unten)
#WOL_PORT: "9" # optional
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro