Skip to content
Snippets Groups Projects
Unverified Commit 6b95d246 authored by Armin Co's avatar Armin Co
Browse files

Added needed files

parent a0f88a15
Branches
No related tags found
No related merge requests found
......@@ -51,7 +51,8 @@ EXPOSE 64737
# websockify standalone
FROM websockify AS websockify-standalone
RUN apk add --no-cache tini
COPY --from=mumble-web /home/node/dist /home/node/dist
ENV MUMBLE_SERVER=mumble.cvh-server.de:64738
EXPOSE 443
ENTRYPOINT [ "/sbin/tini", "--"]
ENV MUMBLE_SERVER=mumble.cvh-server.de:64738
CMD [ "websockify --cert=/home/node/certs/cert.crt --key=/home/node/certs/cert.key --ssl-only --ssl-target --web=/home/node/dist 443 "$MUMBLE_SERVER"" ]
\ No newline at end of file
version: '3.4'
services:
mumble-web-nginx:
mumble-web:
build:
context: ./
target: websockify-standalone
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment