._.
This commit is contained in:
parent
a0edcaae39
commit
3b0c27b206
@ -1,12 +1,20 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
react-app:
|
||||
react-app-logistics:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
context: ./app
|
||||
restart: always
|
||||
ports:
|
||||
- "5003:3000"
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 512M
|
||||
cpus: "0.5"
|
||||
reservations:
|
||||
memory: 128M
|
||||
cpus: "0.2"
|
||||
environment:
|
||||
- CHOKIDAR_USEPOLLING=true
|
||||
- REACT_APP_LOGISTICS_API_URL=your_api_url
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user