templates: Composer OSD template

This commit is contained in:
sanne 2021-10-05 14:22:17 +02:00 committed by Sanne Raymaekers
parent b2d8d092c9
commit 4e56f04dd7
4 changed files with 86 additions and 80 deletions

View file

@ -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"]