consul: container_name: consul image: gliderlabs/consul-server net: host command: -bootstrap registrator: container_name: registrator # リトライが出来ないので restart する形で対処 restart: on-failure net: host image: gliderlabs/registrator command: consul://localhost:8500 volumes: - /var/run/docker.sock:/tmp/docker.sock drone: container_name: drone image: drone/drone ports: - "8000:8000" environment: - GIN_MODE=re

