ramonsaraiva / olie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

olie backend

Instructions

  • Copy .env.example to .env
  • Run docker-compose up

Containers

web (django)

Web application with the public facing API

db (postgresql)

Database

redis (cache)

Cache

rabbit (queue)

Message queue (usually used for dramatiq and django communication)

dramatiq (task runner)

Task runner for instantiating background tasks

About


Languages

Language:Python 59.6%Language:HTML 37.1%Language:Shell 2.0%Language:Dockerfile 1.2%Language:CSS 0.1%