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