Update README.md

This commit is contained in:
Ruan Bekker 2021-11-10 00:53:49 +02:00 committed by GitHub
parent 5056c5f4b2
commit 06534353f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,15 @@
# drone-gitea-traefik-docker-blogpost # drone-gitea-traefik-docker-blogpost
Blogpost on Drone Server and Drone Runner for Gitea on Docker 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.