Commit
·
67f0bba
1
Parent(s):
92918d1
fixed typo
Browse files- docker-compose.yaml +1 -1
docker-compose.yaml
CHANGED
|
@@ -11,7 +11,7 @@ services:
|
|
| 11 |
environment:
|
| 12 |
- NODE_ENV=production
|
| 13 |
- COMPOSE_PROFILES=production
|
| 14 |
-
# No strictly
|
| 15 |
- PORT=5173
|
| 16 |
- GROQ_API_KEY=${GROQ_API_KEY}
|
| 17 |
- HuggingFace_API_KEY=${HuggingFace_API_KEY}
|
|
|
|
| 11 |
environment:
|
| 12 |
- NODE_ENV=production
|
| 13 |
- COMPOSE_PROFILES=production
|
| 14 |
+
# No strictly needed but serving as hints for Coolify
|
| 15 |
- PORT=5173
|
| 16 |
- GROQ_API_KEY=${GROQ_API_KEY}
|
| 17 |
- HuggingFace_API_KEY=${HuggingFace_API_KEY}
|