Sha256: 9d6194d50c8ade5ac122d562247fe82738357e1e973f77b3df6fe4bff08e28c3
Contents?: true
Size: 640 Bytes
Versions: 3
Compression:
Stored size: 640 Bytes
Contents
version: '2' services: <%= application_name %>: image: <%= application_name %> ports: - "::8080" # map to dynamic port environment: - "CONSUL_URI=consul:8500" - "CONSUL_WAIT=1s:1s" - "CONSUL_STALE=0s" - "CONFIG_DIR=/config" links: - consul:consul consul: image: progrium/consul ports: - "::8500" hostname: node1 command: "-server -bootstrap -ui-dir /ui" registrator: image: 'gliderlabs/registrator:latest' links: - consul:consul command: '-internal -tags=dev consul://consul:8500' volumes: - '/var/run/docker.sock:/tmp/docker.sock'
Version data entries
3 entries across 3 versions & 1 rubygems