mirror-ollama-twitch-bot/docker-compose.yml
2024-03-05 21:27:36 +01:00

10 lines
168 B
YAML

version: "3.7"
services:
ollamatwitchbot:
user: "1000:1000"
build:
context: .
dockerfile: Dockerfile
env_file: .env
network_mode: "host"