Skip to content

Commit

Permalink
fix(#136): just trying random stuff at this point
Browse files Browse the repository at this point in the history
  • Loading branch information
witash committed Oct 23, 2024
1 parent 307989d commit 2cac3d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/docker-compose.cht-core.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

services:
haproxy:
image: public.ecr.aws/medic/cht-haproxy:4.10.0
image: 720541322708.dkr.ecr.eu-west-2.amazonaws.com/medic/cht-haproxy:4.10.0
restart: always
hostname: haproxy
environment:
Expand All @@ -27,7 +27,7 @@ services:
- ${HAPROXY_PORT:-5984}

healthcheck:
image: public.ecr.aws/medic/cht-haproxy-healthcheck:4.10.0
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 Down Expand Up @@ -63,7 +63,7 @@ services:
- cht-net

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

nginx:
image: public.ecr.aws/medic/cht-nginx:4.10.0
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 2cac3d1

Please sign in to comment.