14 lines
448 B
Plaintext
14 lines
448 B
Plaintext
|
docker run \
|
||
|
-it \
|
||
|
--rm \
|
||
|
-p 80:80 \
|
||
|
-e DRONE_GITEA_CLIENT_ID=96cb2d20-cec7-40f2-95cc-c05cba99ef13 \
|
||
|
-e DRONE_GITEA_CLIENT_SECRET=XyP0GfQeeh3le1aSJnT6m9Ui8OCVeODLAbCqz7Tlnx05 \
|
||
|
-e DRONE_GITEA_SERVER=https://git.esin.io \
|
||
|
-e DRONE_RPC_SECRET=bea26a2221fd8090ea38720fc445eca6 \
|
||
|
-e DRONE_SERVER_PORT=:80 \
|
||
|
-e DRONE_SERVER_HOST=localhost \
|
||
|
-e DRONE_SERVER_PROTO=http \
|
||
|
--name=drone \
|
||
|
esinio/drone:v2.5.0
|