update document
This commit is contained in:
parent
dc5ec63896
commit
f31cd8723f
36
README.md
36
README.md
|
|
@ -1,8 +1,38 @@
|
||||||
|
|
||||||
## Installing
|
# Instal
|
||||||
|
|
||||||
You should change the /src/.env.example file name to .env and run
|
You should change the /src/.env.example file name to .env and run
|
||||||
```
|
```
|
||||||
docker compose up -d
|
docker network create laravel
|
||||||
|
docker compose up rabbitmq socketio -d
|
||||||
|
```
|
||||||
|
|
||||||
|
# Clone container
|
||||||
|
.env
|
||||||
|
```
|
||||||
|
VERSION=1
|
||||||
|
```
|
||||||
|
run
|
||||||
|
```
|
||||||
|
docker compose up app -d
|
||||||
|
```
|
||||||
|
laravel-rabbitmq{VERSION}
|
||||||
|
```
|
||||||
|
laravel-rabbitmq1
|
||||||
|
```
|
||||||
|
PORT
|
||||||
|
http://localhost:800{VERSION}
|
||||||
|
```
|
||||||
|
http://localhost:8001
|
||||||
|
```
|
||||||
|
|
||||||
|
# Monitor
|
||||||
|
Version: 1
|
||||||
|
```
|
||||||
|
http://localhost:8001/horizon
|
||||||
|
```
|
||||||
|
|
||||||
|
Rabbitmq: rabbit/rabbit@123
|
||||||
|
```
|
||||||
|
http://localhost:1572/horizon
|
||||||
```
|
```
|
||||||
and go [http://127.0.0.1:3000/](http://127.0.0.1:3000/) or [http://0.0.0.0:3000/](http://127.0.0.1:3000/)
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue