Skip to content

Commit b9dd9e9

Browse files
committed
update docker compose
1 parent ee98bac commit b9dd9e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

label_studio_ml/examples/tesseract/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)