Bill Maxwell 0e9fb0bc21 Addition of experimental secrets-bridge (#140)
This is the basic service that enables bootstrapping keys to talk
with Vault.
2016-05-15 21:57:42 -07:00

11 lines
338 B
YAML

secrets-bridge:
image: rancher/secrets-bridge:v0.0.2
command: agent --bridge-url ${BRIDGE_URL}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
privileged: true
labels:
io.rancher.container.create_agent: true
io.rancher.container.agent.role: agent
io.rancher.scheduler.global: true