Skip to content

Commit

Permalink
consul image moved
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud committed Nov 24, 2023
1 parent 908dc9f commit acf407a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose-otherdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- RABBITMQ_DEFAULT_PASS=biomaj

biomaj-consul:
image: consul
image: hashicorp/consul:1.17
hostname: consulnode1
ports:
- "8400:8400"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
- RABBITMQ_DEFAULT_PASS=biomaj

biomaj-consul:
image: consul
image: hashicorp/consul:1.17
hostname: consulnode1
ports:
- "8400:8400"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- RABBITMQ_DEFAULT_PASS=biomaj

biomaj-consul:
image: consul
image: hashicorp/consul:1.17
hostname: consulnode1
ports:
- "8400:8400"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/helm/templates/biomaj-consul.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ spec:
hostname: consulnode1
containers:
- name: biomaj-consul
image: consul
image: hashicorp/consul:1.17
command: ["consul"]
args: ["agent", "-dev", "-client", "0.0.0.0", "-log-level", "info"]

0 comments on commit acf407a

Please sign in to comment.