Layers of snow representing three n8n Docker Scripts

n8n Docker Scripts

December 29, 2025 Lothar Schulz 0

n8n Docker Scripts including 3 scripts:
1) setup.sh – Creates volume and starts n8n container.
2) monitoring.sh – Views and follows container logs.
3) teardown.sh – Stops container and optionally removes image/volume.

CI/CD with GitHub Actions v2

August 26, 2019 Lothar Schulz 1

GitHub Action with built-in CI/CD. Test and build source code, build docker image and push it to a docker registry implemented as a CI/CD pipeline with GitHub Actions version 2. Includes also the changes between GitHub Actions version 1 and 2.

sphinx gh-pages

Sphinx gh-pages

December 11, 2017 Lothar Schulz 0

Sphinx in particular together with rdt theme is a great tool to create documentation. Github pages are great to host documentation. This post is about […]