mirror of
https://github.com/lyx0/ollama-twitch-bot.git
synced 2024-11-06 18:52:03 +01:00
add docker-compose.yml
This commit is contained in:
parent
15ac5f523a
commit
29727ca734
2 changed files with 10 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -24,4 +24,3 @@ NourybotApi.out
|
|||
nourybot-api
|
||||
Nourybot-Web
|
||||
nourybot-web
|
||||
docker-compose.yml
|
||||
|
|
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
version: "3.7"
|
||||
|
||||
services:
|
||||
nourybotgpt:
|
||||
user: "1000:1000"
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
env_file: .env
|
||||
network_mode: "host"
|
Loading…
Reference in a new issue