Ricardo

Older articles


  1. Developing with Docker-Compose

    Tutorial content goes here

    import os
    
    os.environ.get("DJANGO_SETTINGS_MODULE")
    

    Then we can keep writing about how awesome Docker-Compose can be for developing applications locally.

    As we dive in we can mention how easy it is to integrate other services but how adding more services impacts the complexity of deploying …

    read more