ui: Add websocket notifications.

This commit is contained in:
tecnovert
2022-07-31 19:33:01 +02:00
parent 6cc54d9c61
commit 1601a57aed
21 changed files with 830 additions and 215 deletions

View File

@@ -34,8 +34,10 @@ RUN cd basicswap-master; \
RUN useradd -ms /bin/bash swap_user && \
mkdir /coindata && chown swap_user -R /coindata
# Expose html port
# html port
EXPOSE 12700
# websocket port
EXPOSE 11700
VOLUME /coindata