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