laravel-rabbitmq/README.md

39 lines
477 B
Markdown

# Instal
You should change the /src/.env.example file name to .env and run
```
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
```