mirror of
https://github.com/lyx0/ollama-twitch-bot.git
synced 2024-11-06 18:52:03 +01:00
10 lines
168 B
YAML
10 lines
168 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
ollamatwitchbot:
|
|
user: "1000:1000"
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
env_file: .env
|
|
network_mode: "host"
|