mirror-ollama-twitch-bot/docker-compose.yml

11 lines
168 B
YAML
Raw Permalink Normal View History

2024-03-05 19:03:37 +01:00
version: "3.7"
services:
2024-03-05 21:27:36 +01:00
ollamatwitchbot:
2024-03-05 19:03:37 +01:00
user: "1000:1000"
build:
context: .
dockerfile: Dockerfile
env_file: .env
network_mode: "host"