Added doker compose
All checks were successful
Publish Metadata Agent Image / build-and-push-image (push) Successful in 1m6s
Publish Web Player Image / build-and-push-image (push) Successful in 1m9s
Publish Server Image / build-and-push-image (push) Successful in 2m16s

This commit is contained in:
2026-03-18 13:04:13 +00:00
parent a50efd0082
commit f4fa01ef7e
6 changed files with 130 additions and 2 deletions

3
.env_example Normal file
View File

@@ -0,0 +1,3 @@
OLLAMA_URL=https://ollama.host.com
OLLAMA_AUTH="Basic <BASE64 Auth string>"
#OLLAMA_AUTH="Bearer <TOKEN>"