git clone https://github.com/vadushkin/TestTaskRostelecom.git
cd TestTaskRostelecom# RabbitMQ
RABBITMQ_DEFAULT_USER=rabbit
RABBITMQ_DEFAULT_PASS=mypassword
RABBITMQ_HOST=rabbitmq
RABBITMQ_PORT=5672
RABBITMQ_CONSUME_QUEUE=user_appeals
RABBITMQ_EXCHANGE_NAME=exchange_appeals
# DataBase
DB_PROVIDER=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=password
POSTGRES_DB=user_appeal
DB_HOST=db
DB_PORT=5432docker-compose up --build
http://localhost:8080/- Formhttp://localhost:15672/- RabbitMQ
It's default settings in .env
- Login:
rabbit - Password:
mypassword
- Host:
localhost - Port:
5433 - Database:
user_appeal - Username:
postgres - Password:
password