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 d33ad66 commit f05d698Copy full SHA for f05d698
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.2}"
+ image: "${INFRAHUB_DOCKER_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