This container can be installed as BIBBOX APP or standalone.
After the docker installation follow these instructions.
Clone the github repository. If necessary change the ports in the environment file .env
and the volume mounts in docker-compose.yml
.
git clone https://github.com/bibbox/app-labelstudio
cd app-labelstudio
docker network create bibbox-default-network
docker-compose up -d
The main App can be opened and set up at:
http://localhost:8080
Visit the BIBBOX page and find the App by its name in the store. Click on the symbol and select install. Then fill the parameters below and name your App, click install again.
- POSTGRE_PASSWORD = User's password
The default values for the standalone installation are:
- POSTGRE_PASSWORD = changethispasswordinproductionenvironments
- ./data/mydata:/label-studio/data:rw
- ./data/deploy/nginx/certs:/certs:ro
- ./data/data/container/app-data:/app-data
- ./data/postgres-data:/var/lib/postgresql/mydata:z
- ./data/deploy/pgsql/certs:/var/lib/postgresql/certs:ro