Start synapse + proxy in the same container

This commit is contained in:
Brendan Abolivier 2018-11-23 10:06:28 +00:00 committed by Brendan Abolivier
parent fc99d3dab3
commit 72779ec93f
3 changed files with 3 additions and 3 deletions

View file

@ -78,8 +78,8 @@ RUN pip install flask
COPY --from=builder /install /usr/local
COPY ./docker/start.py /start.py
COPY ./docker/conf /conf
COPY ./docker/proxy/proxy /proxy
COPY ./docker/proxy/maps /maps
COPY ./docker/proxy/proxy /proxy/proxy
COPY ./docker/proxy/maps /proxy/maps
COPY ./docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
VOLUME ["/data"]

Binary file not shown.

View file

@ -5,4 +5,4 @@ nodaemon=true
command=/start.py
[program:proxy]
command=/proxy
command=/proxy/proxy