Skip to content

Files

Latest commit

 

History

History
42 lines (26 loc) · 1.1 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.1 KB

phrasea services

Welcome to the mono-repository of Phrasea services! This repository contains all the services to facilitate development but each group of services can be deployed alone.

Setup

Development

RabbitMQ Management

Access https://rabbitmq-console.phrasea.local

Running multiple instances of services

You may need to deploy to different expose services (with their specific network/security rules). In that case, you need to assign a unique APP_ID to each instance. This APP_ID will be stored in report service.

Further reading

Infra

Logs

Install ELK stack to get report-api logs available in Kibana.

# set COMPOSE_FILE=docker-compose.yml:docker-compose.elk.yml
dc up -d