blob: 5ed0650330dd2a7f8e32ce77ed54208a03cdbd70 (
plain) (
tree)
|
|
version: '3'
services:
consul:
image: consul
restart: "always"
expose:
- "8500"
bottin:
image: dxflrs/bottin:dnp41vp8w24h4mbh0xg1mybzr1f46k41
command: "-config /etc/bottin.json"
restart: "always"
depends_on: ["consul"]
expose:
- 389
volumes:
- "./config/bottin.json:/etc/bottin.json"
|