Skip to content

Commit 6a87144

Browse files
committed
chore: update docker-compose
1 parent ef0f56c commit 6a87144

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
@@ -206,7 +206,7 @@ services:
206206
- 6362:6362
207207

208208
task-manager:
209-
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.2}"
209+
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.3}"
210210
command: uvicorn --host 0.0.0.0 --port 4200 --factory infrahub.prefect_server.app:create_infrahub_prefect
211211
restart: unless-stopped
212212
depends_on:
@@ -239,7 +239,7 @@ services:
239239
retries: 5
240240

241241
infrahub-server:
242-
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.2}"
242+
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.3}"
243243
restart: unless-stopped
244244
command: >
245245
gunicorn --config backend/infrahub/serve/gunicorn_config.py
@@ -285,7 +285,7 @@ services:
285285
deploy:
286286
mode: replicated
287287
replicas: 2
288-
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.2}"
288+
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.7.3}"
289289
command: prefect worker start --type infrahubasync --pool infrahub-worker --with-healthcheck
290290
restart: unless-stopped
291291
depends_on:

0 commit comments

Comments
 (0)