wip: generates supervisord config at runtime

This commit is contained in:
Brock H Caldwell
2025-11-04 09:54:41 -06:00
parent b01840b111
commit 9ca87af938
10 changed files with 168 additions and 13 deletions

View File

@@ -34,7 +34,8 @@ RUN apk add --no-cache \
RUN ln -s /usr/bin/php84 /usr/bin/php
COPY docker/worker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
COPY docker/ app/docker
# We start supervisord and supervisord starts
# respective service in the configuration file.
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
ENTRYPOINT ["/app/bin/console", "init:worker"]