aboutsummaryrefslogtreecommitdiff
path: root/integration/docker-compose.yml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-04-18 19:37:51 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-04-18 19:37:51 +0200
commit37b769491028a86d697e8d18be09b6e0c1046046 (patch)
tree04c874f3b82afd81f2c9b27fd4b164e46711ce98 /integration/docker-compose.yml
parent02670ba6a60af8db1818d6d3adaafc7810d14689 (diff)
downloadguichet-37b769491028a86d697e8d18be09b6e0c1046046.tar.gz
guichet-37b769491028a86d697e8d18be09b6e0c1046046.zip
WIP templates
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"