I am trying to come-up with a reusable template to quickly start new projects using my prefered tools and frameworks, and I’m happy with what I got. However, using Docker is quite new for me and I’ve probably done some weird or unconventional stuff in my docker-compose.yml or my Dockerfiles. I’d love to learn from people with more experience with Docker, so feel free to tell me everything that is wrong with my setup.

I’m more confident about the stuff I did with Python/Django and Nuxt, but all criticism is welcome. This also applies to the readme : I’d like to provide detailed instructions about working with this project template, so please report anything that is unclear or missing.

Thank you to anyone who takes the time to check it out and help me make this useful to as many people as possible.

  • @pcouyOP
    link
    fedilink
    24 months ago

    Thanks for the detailed feedback! I made an attempt to put settings that change between environments in a separate file, I’ll try switching to environment files.

    Regarding secrets, I’d love to integrate with a secret management solution, or even better, turn the whole thing into some ansible stuff (which I never used but seems awesome). Do you recommend anything on this side?