This commit is contained in:
2025-09-11 07:45:25 -07:00
parent f443e7a64e
commit 651ce46183
46 changed files with 5063 additions and 164 deletions

View File

@@ -26,11 +26,14 @@ services:
start_period: 40s
frontend:
build: ./frontend
build:
context: ./frontend
args:
- REACT_APP_API_URL=http://backend:8000
ports:
- "8888:80"
environment:
- REACT_APP_API_URL=http://backend:8000
- REACT_APP_CONTAINER_API_URL=http://backend:8000
- REACT_APP_API_KEY=${API_KEY}
db: