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