guichet/integration/docker-compose.yml

26 lines
552 B
YAML
Raw Normal View History

version: '3'
services:
consul:
2023-09-25 13:35:54 +00:00
image: hashicorp/consul:1.16
restart: "always"
expose:
- 8500
bottin:
2023-09-25 13:35:54 +00:00
image: dxflrs/bottin:7h18i30cckckaahv87d3c86pn4a7q41z
#command: "-config /etc/bottin.json"
restart: "always"
depends_on: ["consul"]
ports:
- "389:389"
volumes:
2023-09-25 13:35:54 +00:00
- "./config/bottin.json:/config.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"