update env vars and deployments for containers

This commit is contained in:
2025-08-10 10:53:54 +01:00
parent 00c4c986ea
commit f400736df2
4 changed files with 159 additions and 0 deletions

View File

@@ -49,8 +49,12 @@ services:
build:
context: ./frontend
dockerfile: Dockerfile
args:
- REACT_APP_API_URL=${REACT_APP_API_URL:-http://backend:5000/api}
container_name: scoffer-frontend
restart: unless-stopped
environment:
- REACT_APP_API_URL=${REACT_APP_API_URL:-http://backend:5000/api}
ports:
- "3000:80"
depends_on: