mirror of
				https://gitlab.crans.org/nounous/ghostream.git
				synced 2025-11-04 15:42:26 +01:00 
			
		
		
		
	Update docker-compose example configuration
This commit is contained in:
		@@ -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"]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user