update document

This commit is contained in:
Kai Ton 2024-02-24 03:22:24 +00:00
parent dc5ec63896
commit f31cd8723f
1 changed files with 33 additions and 3 deletions

View File

@ -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/)