Skip to content

Commit a535cc3

Browse files
committed
chore: update docker-compose
1 parent 78b5061 commit a535cc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ services:
203203
- 6362:6362
204204

205205
task-manager:
206-
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.4}"
206+
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.5}"
207207
command: uvicorn --host 0.0.0.0 --port 4200 --factory infrahub.prefect_server.app:create_infrahub_prefect
208208
restart: unless-stopped
209209
depends_on:
@@ -236,7 +236,7 @@ services:
236236
retries: 5
237237

238238
infrahub-server:
239-
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.4}"
239+
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.5}"
240240
restart: unless-stopped
241241
command: >
242242
gunicorn --config backend/infrahub/serve/gunicorn_config.py
@@ -282,7 +282,7 @@ services:
282282
deploy:
283283
mode: replicated
284284
replicas: 2
285-
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.4}"
285+
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.5}"
286286
command: prefect worker start --type infrahubasync --pool infrahub-worker --with-healthcheck
287287
restart: unless-stopped
288288
depends_on:

0 commit comments

Comments
 (0)