From f31cd8723f9518d4f295973b09f570e020e9d6b4 Mon Sep 17 00:00:00 2001 From: "kai.t" Date: Sat, 24 Feb 2024 03:22:24 +0000 Subject: [PATCH] update document --- README.md | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) 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/)