aboutsummaryrefslogtreecommitdiff
path: root/integration/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'integration/docker-compose.yml')
-rw-r--r--integration/docker-compose.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/integration/docker-compose.yml b/integration/docker-compose.yml
index 6331737..cf1c088 100644
--- a/integration/docker-compose.yml
+++ b/integration/docker-compose.yml
@@ -14,3 +14,12 @@ services:
- "389:389"
volumes:
- "./config/bottin.json:/etc/bottin.json"
+ garage:
+ image: dxflrs/garage:v0.8.2
+ ports:
+ - "3900:3900"
+ - "3902:3902"
+ - "3903:3903"
+ - "3904:3904"
+ volumes:
+ - "./config/garage.toml:/etc/garage.toml"