Middleware proxy updates

This commit is contained in:
Darren Clarke 2023-07-21 12:26:02 +00:00 committed by GitHub
parent 282808583b
commit 38d3e9349c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 329 additions and 224 deletions

View 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/"