compose update
This commit is contained in:
parent
e0ce7998ef
commit
4e285329fc
|
@ -1,12 +1,13 @@
|
||||||
services:
|
services:
|
||||||
frontend:
|
frontend:
|
||||||
build:
|
build:
|
||||||
context: ./frontend
|
context: ./app
|
||||||
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
- REACT_APP_SERVER_SOCKET_API_BASE_URL=185.100.212.76:8000
|
- REACT_APP_SERVER_SOCKET_API_BASE_URL=185.100.212.76:8000
|
||||||
- REACT_APP_SERVER_REST_API_BASE_URL=185.100.212.76:5000
|
- REACT_APP_SERVER_REST_API_BASE_URL=185.100.212.76:5000
|
||||||
- REACT_APP_SERVER_MARKETPLACE_URL=185.100.212.76:50011
|
- REACT_APP_SERVER_MARKETPLACE_URL=185.100.212.76:50011
|
||||||
container_name: dwinzo-frontend
|
container_name: dwinzo-beta
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
ports:
|
ports:
|
||||||
|
@ -16,7 +17,7 @@ services:
|
||||||
- PORT=3000
|
- PORT=3000
|
||||||
- DOCSIFY_PORT=8201
|
- DOCSIFY_PORT=8201
|
||||||
volumes:
|
volumes:
|
||||||
- ./frontend:/app
|
- ./app:/app
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
frontend:
|
frontend:
|
||||||
|
|
Loading…
Reference in New Issue