Spaces:
Running
Running
version: '3.8' | |
services: | |
app: | |
build: . | |
ports: | |
- "3001:3001" | |
environment: | |
- GEMINI_API_KEY=${GEMINI_API_KEY} |
version: '3.8' | |
services: | |
app: | |
build: . | |
ports: | |
- "3001:3001" | |
environment: | |
- GEMINI_API_KEY=${GEMINI_API_KEY} |