1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-07-02 23:52:46 +02:00

Update docker-compose example configuration

This commit is contained in:
Yohann D'ANELLO
2020-09-27 22:06:57 +02:00
parent b4ce28634d
commit e64f5105c9
2 changed files with 27 additions and 5 deletions

View File

@ -17,5 +17,6 @@ COPY --from=build_base /code/web/static /app/web/static
COPY --from=build_base /code/web/template /app/web/template
COPY --from=build_base /usr/local/lib64/libsrt.so.1 /lib/libsrt.so.1
WORKDIR /app
EXPOSE 8080
# 8080 for Web and Websocket, 2112 for prometheus monitoring and 9710 for SRT
EXPOSE 8080 2112 9710
CMD ["/app/ghostream"]