update env vars and deployments for containers
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user