feat:Add the broadcast driver officially recommended by laravel
This commit is contained in:
parent
a2dd97674f
commit
cd9542198c
@ -396,6 +396,17 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
|
|
||||||
|
### Soketi Server ##############################################
|
||||||
|
soketi:
|
||||||
|
build:
|
||||||
|
context: ./soketi
|
||||||
|
ports:
|
||||||
|
- "${SOKETI_PORT}:6001"
|
||||||
|
- "${SOKETI_METRICS_SERVER_PORT}:9601"
|
||||||
|
networks:
|
||||||
|
- frontend
|
||||||
|
- backend
|
||||||
|
|
||||||
### NGINX Server #########################################
|
### NGINX Server #########################################
|
||||||
nginx:
|
nginx:
|
||||||
build:
|
build:
|
||||||
|
7
soketi/Dockerfile
Normal file
7
soketi/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
FROM quay.io/soketi/soketi:latest
|
||||||
|
|
||||||
|
LABEL maintainer="WuweiMing <wwm041544363@gmail.com>"
|
||||||
|
|
||||||
|
CMD ["node /app/bin/server.js start"]
|
||||||
|
|
||||||
|
EXPOSE 6001 9601
|
Loading…
Reference in New Issue
Block a user