Commit
·
6a4fd7e
1
Parent(s):
cf7c7f3
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}
|