File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
label_studio_ml/examples/tesseract Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ services:
2222 # Do not use 'localhost' as it does not work within Docker containers.
2323 # Use prefix 'http://' or 'https://' for the URL always.
2424 # Determine the actual IP using 'ifconfig' (Linux/Mac) or 'ipconfig' (Windows).
25- - LABEL_STUDIO_HOST=
25+ - LABEL_STUDIO_HOST=http://app.heartex.com
2626 # specify the access token for the label studio if you use file upload
2727 - LABEL_STUDIO_ACCESS_TOKEN=
2828 # set these variables to use Minio as a storage backend
29- - AWS_ACCESS_KEY_ID=your-MINIO_ROOT_USER
30- - AWS_SECRET_ACCESS_KEY=your-MINIO_ROOT_PASSWORD
31- - AWS_ENDPOINT=http://host.docker.internal:9000
29+ - AWS_ACCESS_KEY_ID=
30+ - AWS_SECRET_ACCESS_KEY=
31+ - AWS_ENDPOINT
3232 extra_hosts :
3333 - " host.docker.internal:host-gateway" # for macos and unix
3434
You can’t perform that action at this time.
0 commit comments