college-bot-v2/docker-compose.yml
nexy7574 415a9ed21b
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 7s
Update ollama command
2024-04-25 19:33:34 +01:00

27 lines
580 B
YAML

services:
jimmy:
container_name: jimmy-v2
image: git.i-am.nexus/nex/college-bot:latest
restart: unless-stopped
tty: true
volumes:
- ./config.toml:/app/config.toml
- ./jimmy.log:/app/jimmy.log
- /dev/dri:/dev/dri
- jimmy-data:/app/data
extra_hosts:
- host.docker.internal:host-gateway
ollama:
image: ollama/ollama:latest
container_name: ollama
restart: unless-stopped
ports:
- 11434:11434
volumes:
- ollama-data:/root/.ollama
redis:
image: redis
volumes:
ollama-data:
jimmy-data: