Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruanbekker/drone-gitea-traefik-docker-blogpost
Blogpost on Drone Server and Drone Runner for Gitea on Docker
https://github.com/ruanbekker/drone-gitea-traefik-docker-blogpost
cicd docker drone drone-ci gitea
Last synced: 23 days ago
JSON representation
Blogpost on Drone Server and Drone Runner for Gitea on Docker
- Host: GitHub
- URL: https://github.com/ruanbekker/drone-gitea-traefik-docker-blogpost
- Owner: ruanbekker
- Created: 2021-11-09T22:13:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-09T22:53:49.000Z (about 3 years ago)
- Last Synced: 2025-01-01T13:47:30.739Z (29 days ago)
- Topics: cicd, docker, drone, drone-ci, gitea
- Language: Shell
- Homepage: https://containers.fan/posts/setup-drone-server-and-drone-runner-for-gitea-on-docker/
- Size: 9.77 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.