elestio/label-studio
Label Studio is a multi-type data labeling and annotation tool with standardized output format
Deploy a fully managed Label Studio on elest.io if you want automated backups, reverse proxy with SSL termination, firewall, automated OS & Software updates, and a team of Linux experts and open source enthusiasts to ensure your services are always safe, and functional.
 or less # command: > # -c ssl=on # -c ssl_cert_file=/var/lib/postgresql/certs/server.crt # -c ssl_key_file=/var/lib/postgresql/certs/server.key environment: - POSTGRES_DB=${POSTGRES_DB} - POSTGRES_USER=${POSTGRES_USER} - POSTGRES_PASSWORD=${POSTGRES_PASSWORD} volumes: - ./postgres-data:/var/lib/postgresql/data # - ./deploy/pgsql/certs:/var/lib/postgresql/certs:ro pgadmin4: image: elestio/pgadmin:latest restart: always environment: PGADMIN_DEFAULT_*** ${ADMIN_EMAIL} PGADMIN_DEFAULT_PASSWORD: ${ADMIN_PASSWORD} PGADMIN_LISTEN_PORT: 8080 ports: - "172.17.0.1:30954:8080" volumes: - ./servers.json:/pgadmin4/servers.json
| Variable | Value (example) |
|---|---|
| SOFTWARE_VERSION_TAG | latest |
| ADMIN_PASSWORD | your-password |
| ADMIN_EMAIL | *** |
| LABEL_STUDIO_HOST | [***] |
| DOMAIN_NAME | your.domain |
| POSTGRES_DB | label_studio |
| POSTGRES_USER | postgres |
| POSTGRES_PASSWORD | your-password |
| POSTGRE_PORT | 5432 |
| POSTGRE_HOST | db |
The Elestio Label Studio Docker image sends the container logs to stdout. To view the logs, you can use the following command:
docker-compose logs -f
To stop the stack you can use the following command:
docker-compose down
To make backup and restore operations easier, we are using folder volume mounts. You can simply stop your stack with docker-compose down, then backup all the files and subfolders in the folder near the docker-compose.yml file.
Creating a ZIP Archive For example, if you want to create a ZIP archive, navigate to the folder where you have your docker-compose.yml file and use this command:
zip -r myarchive.zip .
Restoring from ZIP Archive To restore from a ZIP archive, unzip the archive into the original folder using the following command:
unzip myarchive.zip -d /path/to/original/folder
Starting Your Stack Once your backup is complete, you can start your stack again with the following command:
docker-compose up -d
That's it! With these simple steps, you can easily backup and restore your data volumes using Docker Compose.
Label Studio Github repository
Elestio/Label Studio Github repository
manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务