This contains:
docker-compose.yml file for starting Gitea, MySQL, Drone Server and Drone Runner.drone.yml file for testing stuffThree folders are ignored:
mysql hosting the Gitea dbgitea containing the Gitea filesdrone-serverAdd this line to the hosts file (/etc/hosts on Linux/MacOS, C:\WINDOWS\SYSTEM32\Drivers\etc\hosts on Windows).
127.0.0.1 gitea
Otherwise check How to access host port from docker container
DRONE_SERVER_HOST is the host address from the outside (not for inside the Docker network)