compose update

This commit is contained in:
Vishnu 2025-03-25 15:07:06 +05:30
parent e0ce7998ef
commit 4e285329fc
1 changed files with 4 additions and 3 deletions

View File

@ -1,12 +1,13 @@
services:
frontend:
build:
context: ./frontend
context: ./app
dockerfile: Dockerfile
args:
- 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_MARKETPLACE_URL=185.100.212.76:50011
container_name: dwinzo-frontend
container_name: dwinzo-beta
stdin_open: true
tty: true
ports:
@ -16,7 +17,7 @@ services:
- PORT=3000
- DOCSIFY_PORT=8201
volumes:
- ./frontend:/app
- ./app:/app
volumes:
frontend: