diff options
author | Quentin <quentin@dufour.io> | 2023-04-19 13:11:46 +0000 |
---|---|---|
committer | Quentin <quentin@dufour.io> | 2023-04-19 13:11:46 +0000 |
commit | 1e75c21b65021da0c3c5a8be9be12114a2327464 (patch) | |
tree | 978a49da113a050c60bd8a803e0d641255f82ede /integration/docker-compose.yml | |
parent | 02670ba6a60af8db1818d6d3adaafc7810d14689 (diff) | |
parent | 83ed187dbc6d1ef5f08d74aa57a7d17e907581c9 (diff) | |
download | guichet-1e75c21b65021da0c3c5a8be9be12114a2327464.tar.gz guichet-1e75c21b65021da0c3c5a8be9be12114a2327464.zip |
Merge pull request 'Manage Garage Websites from Guichet' (#19) from website into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/guichet/pulls/19
Diffstat (limited to 'integration/docker-compose.yml')
-rw-r--r-- | integration/docker-compose.yml | 9 |
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" |