dadasdasd modified: index.html
This commit is contained in:
parent
9f5a0e155a
commit
9c64ed4ed8
@ -1,18 +1,17 @@
|
|||||||
version: '3.8'
|
version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
backend:
|
backend:
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile.backend
|
dockerfile: Dockerfile.backend
|
||||||
ports:
|
ports:
|
||||||
- "3001:3001"
|
- "3001:3001"
|
||||||
environment:
|
environment:
|
||||||
- PORT=3001
|
PORT: "3001"
|
||||||
# Ensure GEMINI_API_KEY is passed from the host .env file
|
GEMINI_API_KEY: "${GEMINI_API_KEY}"
|
||||||
- GEMINI_API_KEY=${GEMINI_API_KEY}
|
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
@ -24,3 +23,4 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
|
|||||||
@ -18,4 +18,4 @@
|
|||||||
<script type="module" src="/src/main.jsx"></script>
|
<script type="module" src="/src/main.jsx"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user