Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 2.83 KB

README.md

File metadata and controls

44 lines (31 loc) · 2.83 KB

play-with-conatiners-py

Important

🐳 On Master - Build Content RabbitMQ Docker Image 🐳 On Master - Build Content Postgres DB Docker Image 🐳 On Master - Build Content Inventory App Docker Image 🐳 On Master - Build Content Billing App Docker Image 🐳 On Master - Build Content API Gateway Docker Image 🧼 Sanitize – Generated Docker Images

More information about the project here

Setup

To be able to run this application you need to have the followings installed:

To interact with the application, it is recommended to install the following programs, or any equivalent ones:

  • Postman, or any other tool to programmatically test API endpoints.
  • DBeaver, or any other tool to interact and visualize the content of a SQL database.

To launch the application, follow the instructions below:

  • Create a .env file in the root of the project folder as the example provided. You can simply cp .env.example .env.
  • Use the Makefile instructions to run, stop and clear the docker containers.

Docker images

To properly use the provided Docker images, refer to the docker-compose provided.

Be sure to have a local .env file with all the .env.exampl.

To check which ports are expected to be exposed in each image, check the fields expose or ports.