2023-03-27 08:34:52 +00:00
|
|
|
version: '3'
|
|
|
|
services:
|
|
|
|
consul:
|
|
|
|
image: consul
|
|
|
|
restart: "always"
|
|
|
|
expose:
|
2023-03-27 09:13:09 +00:00
|
|
|
- 8500
|
2023-03-27 08:34:52 +00:00
|
|
|
bottin:
|
|
|
|
image: dxflrs/bottin:dnp41vp8w24h4mbh0xg1mybzr1f46k41
|
|
|
|
command: "-config /etc/bottin.json"
|
|
|
|
restart: "always"
|
|
|
|
depends_on: ["consul"]
|
2023-03-27 09:13:09 +00:00
|
|
|
ports:
|
|
|
|
- "389:389"
|
2023-03-27 08:34:52 +00:00
|
|
|
volumes:
|
|
|
|
- "./config/bottin.json:/etc/bottin.json"
|
2023-04-18 17:37:51 +00:00
|
|
|
garage:
|
|
|
|
image: dxflrs/garage:v0.8.2
|
|
|
|
ports:
|
|
|
|
- "3900:3900"
|
|
|
|
- "3902:3902"
|
|
|
|
- "3903:3903"
|
|
|
|
- "3904:3904"
|
|
|
|
volumes:
|
|
|
|
- "./config/garage.toml:/etc/garage.toml"
|