Skip to content

Commit

Permalink
fix(#136): testing pipeline again
Browse files Browse the repository at this point in the history
  • Loading branch information
witash committed Oct 23, 2024
1 parent 2696eb4 commit 2a37e60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/docker-compose.cht-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'

services:
haproxy:
image: 720541322708.dkr.ecr.eu-west-2.amazonaws.com/medic/cht-haproxy:4.1.0-alpha
image: 720541322708.dkr.ecr.eu-west-2.amazonaws.com/medic/cht-haproxy:4.10.0
restart: always
hostname: haproxy
environment:
Expand All @@ -26,7 +26,7 @@ services:


healthcheck:
image: 720541322708.dkr.ecr.eu-west-2.amazonaws.com/medic/cht-haproxy-healthcheck:4.1.0-alpha
image: 720541322708.dkr.ecr.eu-west-2.amazonaws.com/medic/cht-haproxy-healthcheck:4.10.0
restart: always
environment:
- "COUCHDB_SERVERS=${COUCHDB_SERVERS:-couchdb}"
Expand All @@ -41,7 +41,7 @@ services:
- cht-net

api:
image: 720541322708.dkr.ecr.eu-west-2.amazonaws.com/medic/cht-api:4.1.0-alpha
image: 720541322708.dkr.ecr.eu-west-2.amazonaws.com/medic/cht-api:4.10.0
restart: always
depends_on:
- haproxy
Expand All @@ -62,7 +62,7 @@ services:
- cht-net

sentinel:
image: 720541322708.dkr.ecr.eu-west-2.amazonaws.com/medic/cht-sentinel:4.1.0-alpha
image: 720541322708.dkr.ecr.eu-west-2.amazonaws.com/medic/cht-sentinel:4.10.0
restart: always
depends_on:
- haproxy
Expand All @@ -78,7 +78,7 @@ services:
- cht-net

nginx:
image: 720541322708.dkr.ecr.eu-west-2.amazonaws.com/medic/cht-nginx:4.1.0-alpha
image: 720541322708.dkr.ecr.eu-west-2.amazonaws.com/medic/cht-nginx:4.10.0
restart: always
depends_on:
- api
Expand Down

0 comments on commit 2a37e60

Please sign in to comment.