Skip to content

Commit

Permalink
fix api keys
Browse files Browse the repository at this point in the history
  • Loading branch information
micaelakaplan committed Feb 21, 2025
1 parent 9cb22d2 commit 96eced9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions label_studio_ml/examples/gliner/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ services:
# Do not use 'localhost' as it does not work within Docker containers.
# Use prefix 'http://' or 'https://' for the URL always.
# Determine the actual IP using 'ifconfig' (Linux/Mac) or 'ipconfig' (Windows).
- LABEL_STUDIO_URL=http://app.heartex.com
- LABEL_STUDIO_API_KEY=d237e9bf62fa1f34252633ad776cd214416af880
- LABEL_STUDIO_URL=http://host.docker.internal:8080
- LABEL_STUDIO_API_KEY=

ports:
- "9090:9090"
Expand Down
4 changes: 2 additions & 2 deletions label_studio_ml/examples/yolo/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ services:
# Use prefix 'http://' or 'https://' for the URL always.
# Determine the actual IP using 'ifconfig' (Linux/Mac) or 'ipconfig' (Windows).
# or you can try http://host.docker.internal:<label-studio-port> if you run LS on the same machine
- LABEL_STUDIO_URL=http://app.heartex.com
- LABEL_STUDIO_API_KEY=d237e9bf62fa1f34252633ad776cd214416af880
- LABEL_STUDIO_URL=http://host.docker.internal:8080
- LABEL_STUDIO_API_KEY=

# YOLO parameters

Expand Down

0 comments on commit 96eced9

Please sign in to comment.