containers/osbuild-composer: add prometheus port parameter
This commit is contained in:
parent
170feba87b
commit
962ad9e582
2 changed files with 44 additions and 2 deletions
|
|
@ -31,5 +31,5 @@ COPY ./dnf-json /usr/libexec/osbuild-composer/
|
|||
COPY ./pkg/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", "--shutdown-wait-period", "15"]
|
||||
EXPOSE 8008 8080 8700
|
||||
ENTRYPOINT ["python3", "/opt/entrypoint.py", "--remote-worker-api", "--composer-api", "--prometheus", "--shutdown-wait-period", "15"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue