entrypoint - add parameters for socket bind address and port
entrypoint.py ------------- Allow the user to set the port number also for the remote worker Allow the user to set the binding address for the composer api or remote worker api Set the default port of the composer API to 8080 Dockerfile-ubi -------------- Remove setting the port for the composer API since the default is already 8080
This commit is contained in:
parent
082da070d1
commit
fc87b1740e
2 changed files with 26 additions and 5 deletions
|
|
@ -23,4 +23,4 @@ COPY ./internal/jobqueue/dbjobqueue/schemas /opt/migrate/schemas
|
|||
COPY --from=builder2 /opt/app-root/src/go/bin/tern /opt/migrate/
|
||||
|
||||
EXPOSE 8080 8700
|
||||
ENTRYPOINT ["python3", "/opt/entrypoint.py", "--remote-worker-api", "--composer-api", "--composer-api-port", "8080"]
|
||||
ENTRYPOINT ["python3", "/opt/entrypoint.py", "--remote-worker-api", "--composer-api"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue