diff --git a/README.md b/README.md index cb31316..d0b23ff 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,38 @@ -## Installing +# Instal 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/)