We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e3a90 commit 980c601Copy full SHA for 980c601
docker-compose.yml
@@ -146,7 +146,7 @@ services:
146
- 6362:6362
147
148
infrahub-server:
149
- image: "registry.opsmill.io/opsmill/infrahub:${VERSION:-0.16.1}"
+ image: "registry.opsmill.io/opsmill/infrahub:${VERSION:-0.16.2}"
150
restart: unless-stopped
151
command: >
152
gunicorn --config backend/infrahub/serve/gunicorn_config.py
@@ -185,7 +185,7 @@ services:
185
deploy:
186
mode: replicated
187
replicas: 2
188
189
command: infrahub git-agent start --debug
190
191
depends_on:
0 commit comments