Explore >> Select a destination


You are here

davquar.it
| | blog.aymenhamza.com
1.0 parsecs away

Travel
| | Introductionn8n is an open-source workflow automation tool that allows you to automate tasks and integrate various applications, services, and systems. By using n8n, you can create workflows that connect different applications and automate complex tasks. In this article, we will discuss how to self-host n8n using Docker Compose. PrerequisitesBefore we
| | du.nkel.dev
1.4 parsecs away

Travel
| | A personal code notes blog
| | dnsmichi.at
1.9 parsecs away

Travel
| | When Ghost 4 [https://ghost.org/changelog/4/] was released earlier this year, I've looked into the upgrade from the initial v3 based setup in docker-compose [https://dnsmichi.at/2020/02/09/new-blog/]. Unfortunately, the container based setup is not officially supported, and there were no upgrade guides [https://ghost.
| | blog.fredrb.com
16.8 parsecs away

Travel
| Tiny Python Docker Images I was looking for a way to create a very small docker image for a Python project. The python project I created is a Telegram bot quizzes me in German. The python-telegram-bot pip package requires gcc to fully build- so using alpine image did not do the trick for me. I searched online, found a few example bot none that would actually do what I needed with a reasonable image size.