mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 10:28:10 +01:00
ui: Add websocket notifications.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
- ${DATA_PATH}/swapclient:/data
|
||||
ports:
|
||||
- "${HTML_PORT}" # Expose only to localhost, see .env
|
||||
- "${WS_PORT}" # Expose only to localhost, see .env
|
||||
environment:
|
||||
- TZ
|
||||
logging:
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
HTML_PORT=127.0.0.1:12700:12700
|
||||
WS_PORT=127.0.0.1:11700:11700
|
||||
TZ=UTC
|
||||
|
||||
DATA_PATH=/var/swapdata/
|
||||
|
||||
Reference in New Issue
Block a user