Ref: https://docs.drone.io/installation/github/single-machine/
Set callback URL in github http://your-drone-ci-host:port/login
version: '3' | |
services: | |
postgres: | |
image: postgres:11 | |
restart: always | |
environment: | |
- "POSTGRES_USER=postgres" | |
- "POSTGRES_PASSWORD=postgres1234" | |
- "POSTGRES_DB=gogs" |