Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Reif committed Jan 10, 2024
1 parent 040dbc5 commit a449e46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions infra/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:

postgres-db:
image: postgres:11-alpine
image: postgres:15.5-alpine
container_name: postgres-db
restart: always
ports:
Expand All @@ -18,7 +18,7 @@ services:
- healenium

healenium:
image: healenium/hlm-backend:3.4.2
image: healenium/hlm-backend:3.4.3
container_name: healenium
restart: on-failure
ports:
Expand All @@ -41,7 +41,7 @@ services:
- healenium

selector-imitator:
image: healenium/hlm-selector-imitator:1.1
image: healenium/hlm-selector-imitator:1.3
container_name: selector-imitator
restart: on-failure
ports:
Expand All @@ -50,7 +50,7 @@ services:
- healenium

hlm-proxy:
image: healenium/hlm-proxy:1.3.8
image: healenium/hlm-proxy:1.3.9
container_name: hlm-proxy
restart: on-failure
ports:
Expand Down

0 comments on commit a449e46

Please sign in to comment.