Dockerfile fixes

This commit is contained in:
2024-09-08 16:50:43 -04:00
parent 794d8cc34e
commit 07a1e9277e
3 changed files with 13 additions and 14 deletions

8
.env
View File

@@ -17,8 +17,10 @@ MINIO_PORT_INTERNAL=9001
REDIS_HOST=localhost
REDIS_PORT=6379
DATA_DIR_PATH= # OPTIONAL
# OPTIONAL
DATA_DIR_PATH=
# Mandatory
DISCORD_TOKEN=
OPENAI_API_KEY= # OPTIONAL
# OPTIONAL
OPENAI_API_KEY=
OPENAI_API_MODEL=gpt-4o-mini