Merge remote-tracking branch 'origin/dev' into feature/TKA-29-

This commit is contained in:
bi 2022-12-16 15:07:58 +07:00
commit b9cef59b20
2 changed files with 6 additions and 2 deletions

View File

@ -1,2 +1,2 @@
REACT_APP_HOST='http://api.face-classify.beetai.com'
REACT_APP_SOURCE_IMG=0
REACT_APP_SOURCE_IMG=1

View File

@ -1,9 +1,13 @@
version: "2"
services:
app:
container_name: fsi_view
restart: always
build:
context: .
args:
- REACT_APP_HOST=http://api.face-classify.beetai.com
dockerfile: prod.dockerfile
image: registry.beetai.com:5000/fsi_web:1.0
image: registry.beetai.com:5000/fsi_web:1.0
ports:
- "5201:3000"