diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-09-25 15:35:54 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-09-25 15:35:54 +0200 |
commit | c06f52837e5b4aab5335e5a66885c48c24a148a2 (patch) | |
tree | d519f4e53c08e9de2fc3c30606031960c53429fe /integration/docker-compose.yml | |
parent | d0ed765be72f80034fa530ba037e488c35abdd9e (diff) | |
download | guichet-c06f52837e5b4aab5335e5a66885c48c24a148a2.tar.gz guichet-c06f52837e5b4aab5335e5a66885c48c24a148a2.zip |
WIP refactor (broken templates)
Diffstat (limited to 'integration/docker-compose.yml')
-rw-r--r-- | integration/docker-compose.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/integration/docker-compose.yml b/integration/docker-compose.yml index cf1c088..ec855db 100644 --- a/integration/docker-compose.yml +++ b/integration/docker-compose.yml @@ -1,19 +1,19 @@ version: '3' services: consul: - image: consul + image: hashicorp/consul:1.16 restart: "always" expose: - 8500 bottin: - image: dxflrs/bottin:dnp41vp8w24h4mbh0xg1mybzr1f46k41 - command: "-config /etc/bottin.json" + image: dxflrs/bottin:7h18i30cckckaahv87d3c86pn4a7q41z + #command: "-config /etc/bottin.json" restart: "always" depends_on: ["consul"] ports: - "389:389" volumes: - - "./config/bottin.json:/etc/bottin.json" + - "./config/bottin.json:/config.json" garage: image: dxflrs/garage:v0.8.2 ports: |