Skip to content

Instantly share code, notes, and snippets.

drone-leader-02:
ports:
- 80:80/tcp
restart: 'no'
environment:
WORKER_DNS: followers
WORKERS: '2'
DRONE_GITHUB_CLIENT: XXXX
DRONE_GITHUB_SECRET: XXXX
DRONE_DATABASE_DRIVER: mysql
@ibuildthecloud
ibuildthecloud / gist:29c7b22ec55bf61ac3a4
Created March 26, 2015 14:10
Build RancherOS VirtualBox VM w/ Autoformat
#!/bin/bash
set -x -e
RANCHER_ISO=machine-rancheros.iso
curl -L https://github.com/rancherio/os/releases/download/v0.2.1/machine-rancheros.iso > $RANCHER_ISO
VM="RancherOS-${RANDOM}"
VBoxManage createhd --format vmdk --filename ./dist/artifacts/$VM.vmdk --size 40000