fix: typo in docker-compose.yaml

Fixed typo in a comment.
This commit is contained in:
Marcin Harasim 2024-11-30 09:53:50 +01:00 committed by GitHub
parent fe45651f79
commit b35d25e1d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ services:
environment:
- NODE_ENV=production
- COMPOSE_PROFILES=production
# No strictly neded but serving as hints for Coolify
# No strictly needed but serving as hints for Coolify
- PORT=5173
- GROQ_API_KEY=${GROQ_API_KEY}
- HuggingFace_API_KEY=${HuggingFace_API_KEY}