mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-20 02:24:54 +03:00
Start synapse + proxy in the same container
This commit is contained in:
parent
fc99d3dab3
commit
72779ec93f
3 changed files with 3 additions and 3 deletions
|
@ -78,8 +78,8 @@ RUN pip install flask
|
||||||
COPY --from=builder /install /usr/local
|
COPY --from=builder /install /usr/local
|
||||||
COPY ./docker/start.py /start.py
|
COPY ./docker/start.py /start.py
|
||||||
COPY ./docker/conf /conf
|
COPY ./docker/conf /conf
|
||||||
COPY ./docker/proxy/proxy /proxy
|
COPY ./docker/proxy/proxy /proxy/proxy
|
||||||
COPY ./docker/proxy/maps /maps
|
COPY ./docker/proxy/maps /proxy/maps
|
||||||
COPY ./docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
COPY ./docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||||
|
|
||||||
VOLUME ["/data"]
|
VOLUME ["/data"]
|
||||||
|
|
Binary file not shown.
|
@ -5,4 +5,4 @@ nodaemon=true
|
||||||
command=/start.py
|
command=/start.py
|
||||||
|
|
||||||
[program:proxy]
|
[program:proxy]
|
||||||
command=/proxy
|
command=/proxy/proxy
|
||||||
|
|
Loading…
Reference in a new issue