Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 585 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 585 Bytes

Symfony template

Installation

  1. Copy the .env.dist to .env file.
cp .env.dist .env
  1. Build the containers.
make build
  1. Start the containers and import RabbitMQ configuration.
make start
  1. Check all commands available from the Makefile.
make help

Access to services

RabbitMQ

Go to RabbitMQ Management with the ultra secure credentials guest/guest.

PostegreSQL

Connect the database with your favorite client jdbc:postgresql://root:root@0.0.0.0:5432/app.

Enjoy! 🍻