mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 03:46:02 -04:00
Use supervisord to supervise Postgres and Caddy in the Complement image. (#12480)
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
30c8e7e408
commit
d743b25c8f
9 changed files with 44 additions and 12 deletions
|
@ -20,6 +20,9 @@ RUN rm /etc/nginx/sites-enabled/default
|
|||
# Copy Synapse worker, nginx and supervisord configuration template files
|
||||
COPY ./docker/conf-workers/* /conf/
|
||||
|
||||
# Copy a script to prefix log lines with the supervisor program name
|
||||
COPY ./docker/prefix-log /usr/local/bin/
|
||||
|
||||
# Expose nginx listener port
|
||||
EXPOSE 8080/tcp
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue