mirror of
https://gitlab.com/mobicoop/v3/service/logger.git
synced 2026-02-01 23:40:43 +00:00
update readme
This commit is contained in:
@@ -4,7 +4,7 @@ Logging system for all services.
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
You need [Docker](https://docs.docker.com/engine/) and [Docker-compose](https://docs.docker.com/compose/).
|
You need [Docker](https://docs.docker.com/engine/) and its [compose](https://docs.docker.com/compose/) plugin.
|
||||||
|
|
||||||
A RabbitMQ instance is also required to receive messages from other services.
|
A RabbitMQ instance is also required to receive messages from other services.
|
||||||
|
|
||||||
@@ -21,7 +21,7 @@ and modify it to suit your needs.
|
|||||||
Then execute :
|
Then execute :
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose up -d
|
docker compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
The app runs automatically on the port defined in `SERVICE_PORT` of `.env` file (default : _5099_).
|
The app runs automatically on the port defined in `SERVICE_PORT` of `.env` file (default : _5099_).
|
||||||
|
|||||||
Reference in New Issue
Block a user