1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
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"] ports: - "389:389" volumes: - "./config/bottin.json:/etc/bottin.json"