guichet/integration/docker-compose.yml
Quentin 5dd6419d67
Some checks reported errors
continuous-integration/drone/push Build was killed
update ref conf
2024-02-12 10:50:06 +01:00

26 lines
552 B
YAML

version: '3'
services:
consul:
image: hashicorp/consul:1.16
restart: "always"
expose:
- 8500
bottin:
image: dxflrs/bottin:7h18i30cckckaahv87d3c86pn4a7q41z
#command: "-config /etc/bottin.json"
restart: "always"
depends_on: ["consul"]
ports:
- "389:389"
volumes:
- "./config/bottin.json:/config.json"
garage:
image: dxflrs/garage:v0.9.1
ports:
- "3900:3900"
- "3902:3902"
- "3903:3903"
- "3904:3904"
volumes:
- "./config/garage.toml:/etc/garage.toml"