Skip to content

Commit 647b59a

Browse files
committed
chore: update docker-compose
1 parent f39c3cc commit 647b59a

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
@@ -180,7 +180,7 @@ services:
180180
- 6362:6362
181181

182182
task-manager:
183-
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.2.11}"
183+
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.2.12}"
184184
command: uvicorn --host 0.0.0.0 --port 4200 --factory infrahub.prefect_server.app:create_infrahub_prefect
185185
restart: unless-stopped
186186
depends_on:
@@ -213,7 +213,7 @@ services:
213213
retries: 5
214214

215215
infrahub-server:
216-
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.2.11}"
216+
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.2.12}"
217217
restart: unless-stopped
218218
command: >
219219
gunicorn --config backend/infrahub/serve/gunicorn_config.py
@@ -259,7 +259,7 @@ services:
259259
deploy:
260260
mode: replicated
261261
replicas: 2
262-
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.2.11}"
262+
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.2.12}"
263263
command: prefect worker start --type infrahubasync --pool infrahub-worker --with-healthcheck
264264
restart: unless-stopped
265265
depends_on:

0 commit comments

Comments
 (0)