Setup web-socket connection
- Add authentification socket.io with jwt token
This commit is contained in:
parent
cb11acc428
commit
ba47d8b1d4
5 changed files with 120 additions and 3 deletions
|
@ -29,6 +29,7 @@ services:
|
|||
command: yarn dev
|
||||
environment:
|
||||
STARTUP_COMMAND_1: yarn install
|
||||
SECRET_KEY: yourSecretKey
|
||||
volumes:
|
||||
- ./back:/usr/src/app
|
||||
labels:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue