Let's configure the SCM server and push a tiny microservice to it:
- Start up Docker Compose from our CI services bundle with this command:
docker-compose up
- When all services are started, open http://localhost:10080 in a browser to configure the Gogs server. You will see the following configuration form:

- Set SQLite3 in the Database Type field (because we won't spend time configuring an external database), leave the default values in the other fields, and hit the Install Gogs button. It will redirect you to port 3000, but recall that, it's available inside Docker only and you have to open the previous URL again.
- Click ...