Testing the Portus Project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
385 B

version: '3'
services:
drone-server:
image: drone/drone:latest
ports:
- 9000:80
environment:
- DRONE_GITHUB_CLIENT_ID=<redacted>
- DRONE_GITHUB_CLIENT_SECRET=<redacted>
- DRONE_RPC_SECRET=e14ab7410c104bf4d10ae48285f72e80
- DRONE_SERVER_HOST=127.0.0.1:9000
- DRONE_SERVER_PROTO=http
- DRONE_USER_CREATE=username:mikts,admin:true