mirror-ollama-twitch-bot/docker-compose.yml
2024-03-05 19:03:37 +01:00

10 lines
164 B
YAML

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