Label studio & sidebar & mobile fixes

This commit is contained in:
Darren Clarke 2023-09-12 14:33:37 +02:00
parent 9e68be7225
commit 7071f0c64a
18 changed files with 652 additions and 582 deletions

View file

@ -6,7 +6,7 @@ services:
build: ./docker/label-studio
restart: ${RESTART}
ports:
- 127.0.0.1:8006:8080
- 8007:8080
environment:
DJANGO_DB: default
LABEL_STUDIO_DISABLE_SIGNUP_WITHOUT_LINK: "false"
@ -15,4 +15,4 @@ services:
POSTGRE_PASSWORD: ${METAMIGO_DATABASE_ROOT_PASSWORD}
POSTGRE_PORT: "5432"
POSTGRE_HOST: "metamigo-postgresql"
LABEL_STUDIO_HOST: "http://localhost:3000/proxy/label-studio/"
LABEL_STUDIO_HOST: "https://cdr.tiger-agama.ts.net/label-studio"