You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

16 lines
556 B

services:
auto-boot-ollama-host:
build: .
container_name: auto-boot-ollama-host
network_mode: host
environment:
CONTAINER_NAME: "${CONTAINER_NAME:-paperless-ai}"
OLLAMA_HOST: "${OLLAMA_HOST:-192.168.222.12}"
OLLAMA_PORT: "${OLLAMA_PORT:-11434}"
SINCE: "${SINCE:-0s}"
WOL_MAC: "${WOL_MAC}"
WOL_BCAST: "${WOL_BCAST:-192.168.222.255}" # optional
WOL_PORT: "${WOL_PORT:-9}" # optional
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro