From 06534353f3dc4dbe1b25092829650b10de7829a7 Mon Sep 17 00:00:00 2001 From: Ruan Bekker Date: Wed, 10 Nov 2021 00:53:49 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 92da174..e439f06 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # drone-gitea-traefik-docker-blogpost Blogpost on Drone Server and Drone Runner for Gitea on Docker + +## Blog Post + +Published blogpost on this repo: +- https://containers.fan/posts/setup-drone-server-and-drone-runner-for-gitea-on-docker/ + +## About + +A note taken from [readme.drone.io](https://readme.drone.io/server/provider/gitea/) + +> Please note we strongly recommend installing Drone on a dedicated instance. We do not recommend installing Drone and Gitea on the same machine due to network complications, and we definitely do not recommend installing Drone and Gitea on the same machine using docker-compose. + +I have split up the components in gitea and drone, but for the ones just want to tinker around, a complete `docker-compose.yml` is in the root repository.