Skip to content

Commit 81033e2

Browse files
committed
chore: update docker-compose
1 parent e7abf9b commit 81033e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.10}"
183+
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.2.11}"
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.10}"
216+
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.2.11}"
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.10}"
262+
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-1.2.11}"
263263
command: prefect worker start --type infrahubasync --pool infrahub-worker --with-healthcheck
264264
restart: unless-stopped
265265
depends_on:

python_testcontainers/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "infrahub-testcontainers"
3-
version = "1.2.10"
3+
version = "1.2.11"
44
requires-python = ">=3.9"
55

66
[tool.poetry]

0 commit comments

Comments
 (0)