Skip to content

Commit

Permalink
Merge pull request #1193 from anarkiwi/cli
Browse files Browse the repository at this point in the history
api_endpoint.
  • Loading branch information
anarkiwi authored Mar 8, 2024
2 parents 3e01bec + 92e84cb commit bc6df82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gamutrfwaterfall/gamutrfwaterfall/waterfall.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def argument_parser():
)
parser.add_argument(
"--api_endpoint",
default="gamutrf:9001",
default="127.0.0.1:9001",
type=str,
help="Scanner API endpoints to use.",
)
Expand Down
1 change: 1 addition & 0 deletions orchestrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ services:
- '${VOL_PREFIX}:/logs'
command:
- gamutrf-waterfall
- --api_endpoint=gamutrf:9001
- --scanners=gamutrf:10000
- --inference_server=gamutrf
- --inference_port=10001
Expand Down

0 comments on commit bc6df82

Please sign in to comment.