Middleware proxy updates
This commit is contained in:
parent
282808583b
commit
38d3e9349c
20 changed files with 329 additions and 224 deletions
18
docker-compose.label-studio.yml
Normal file
18
docker-compose.label-studio.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
version: "3.4"
|
||||
|
||||
services:
|
||||
label-studio:
|
||||
container_name: label-studio
|
||||
build: ./docker/label-studio
|
||||
restart: ${RESTART}
|
||||
ports:
|
||||
- 127.0.0.1:8006:8080
|
||||
environment:
|
||||
DJANGO_DB: default
|
||||
LABEL_STUDIO_DISABLE_SIGNUP_WITHOUT_LINK: "false"
|
||||
POSTGRE_NAME: "label-studio"
|
||||
POSTGRE_USER: "root"
|
||||
POSTGRE_PASSWORD: ${METAMIGO_DATABASE_ROOT_PASSWORD}
|
||||
POSTGRE_PORT: "5432"
|
||||
POSTGRE_HOST: "metamigo-postgresql"
|
||||
LABEL_STUDIO_HOST: "http://localhost:3000/proxy/label-studio/"
|
||||
Loading…
Add table
Add a link
Reference in a new issue