Workflows Fix (#32)

* fix: workflows missing new env
This commit is contained in:
Kevin Dang
2024-04-01 00:51:07 -07:00
committed by GitHub
parent fcb0267559
commit 5f8b513269
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ services:
CLIENT_UID: ${CLIENT_UID}
OLLAMA_IP: ${OLLAMA_IP}
OLLAMA_PORT: ${OLLAMA_PORT}
ADMINS: ${ADMINS}
networks:
ollama-net:
ipv4_address: ${DISCORD_IP}