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.
20 lines
531 B
20 lines
531 B
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
|
|
|