Skip to content

Commit 47c93e3

Browse files
committed
chore: update docker-compose
1 parent ceb2cc5 commit 47c93e3

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
@@ -199,7 +199,7 @@ services:
199199
- 6362:6362
200200

201201
task-manager:
202-
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.4.10}"
202+
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.4.11}"
203203
command: uvicorn --host 0.0.0.0 --port 4200 --factory infrahub.prefect_server.app:create_infrahub_prefect
204204
restart: unless-stopped
205205
depends_on:
@@ -232,7 +232,7 @@ services:
232232
retries: 5
233233

234234
infrahub-server:
235-
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.4.10}"
235+
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.4.11}"
236236
restart: unless-stopped
237237
command: >
238238
gunicorn --config backend/infrahub/serve/gunicorn_config.py
@@ -278,7 +278,7 @@ services:
278278
deploy:
279279
mode: replicated
280280
replicas: 2
281-
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.4.10}"
281+
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.4.11}"
282282
command: prefect worker start --type infrahubasync --pool infrahub-worker --with-healthcheck
283283
restart: unless-stopped
284284
depends_on:

0 commit comments

Comments
 (0)