devel: update composer entrypoint

Minor fix to add the an entrypoint for
the composer container to override the
default entrypoint in the `Dockerfile-ubi`
This commit is contained in:
Gianluca Zuccarelli 2022-07-14 12:15:38 +01:00 committed by Sanne Raymaekers
parent 7eb202e800
commit 69595bd645

View file

@ -5,6 +5,13 @@ services:
build:
context: ../../osbuild-composer
dockerfile: ./distribution/Dockerfile-ubi
entrypoint:
[
"python3",
"/opt/entrypoint.py",
"--remote-worker-api",
"--composer-api"
]
volumes:
- ${COMPOSER_CONFIG_DIR}/osbuild-composer.toml:/etc/osbuild-composer/osbuild-composer.toml:z
- ${COMPOSER_CONFIG_DIR}/acl.yml:/etc/osbuild-composer/acl.yml:z