templates: Composer OSD template
This commit is contained in:
parent
b2d8d092c9
commit
4e56f04dd7
4 changed files with 86 additions and 80 deletions
|
|
@ -22,5 +22,5 @@ COPY ./dnf-json /usr/libexec/osbuild-composer/
|
|||
COPY ./internal/jobqueue/dbjobqueue/schemas /opt/migrate/schemas
|
||||
COPY --from=builder2 /opt/app-root/src/go/bin/tern /opt/migrate/
|
||||
|
||||
EXPOSE 9196 8700
|
||||
ENTRYPOINT ["python3", "/opt/entrypoint.py", "--remote-worker-api", "--composer-api", "--composer-api-port", "9196"]
|
||||
EXPOSE 8080 8700
|
||||
ENTRYPOINT ["python3", "/opt/entrypoint.py", "--remote-worker-api", "--composer-api", "--composer-api-port", "8080"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue