Skip to content

Commit b69fd1b

Browse files
committed
chore: update docker-compose
1 parent 0aa74a4 commit b69fd1b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ services:
213213
- 6362:6362
214214

215215
task-manager:
216-
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.9.1}"
216+
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.9.2}"
217217
command: uvicorn --host 0.0.0.0 --port 4200 --factory infrahub.prefect_server.app:create_infrahub_prefect
218218
restart: unless-stopped
219219
depends_on:
@@ -246,7 +246,7 @@ services:
246246
retries: 5
247247

248248
infrahub-server:
249-
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.9.1}"
249+
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.9.2}"
250250
restart: unless-stopped
251251
command: >
252252
gunicorn --config backend/infrahub/serve/gunicorn_config.py
@@ -292,7 +292,7 @@ services:
292292
deploy:
293293
mode: replicated
294294
replicas: 2
295-
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.9.1}"
295+
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.9.2}"
296296
command: prefect worker start --type infrahubasync --pool infrahub-worker --with-healthcheck
297297
restart: unless-stopped
298298
depends_on:

0 commit comments

Comments
 (0)