Skip to content

Commit

Permalink
Merge pull request #4561 from opsmill/fac-cherrypick-docker
Browse files Browse the repository at this point in the history
allow to customize infrahub docker image source
  • Loading branch information
dgarros authored Oct 7, 2024
2 parents d33ad66 + f05d698 commit 973a9e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ services:
- 6362:6362

infrahub-server:
image: "registry.opsmill.io/opsmill/infrahub:${VERSION:-0.16.2}"
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-0.16.2}"
restart: unless-stopped
command: >
gunicorn --config backend/infrahub/serve/gunicorn_config.py
Expand Down Expand Up @@ -185,7 +185,7 @@ services:
deploy:
mode: replicated
replicas: 2
image: "registry.opsmill.io/opsmill/infrahub:${VERSION:-0.16.2}"
image: "${INFRAHUB_DOCKER_IMAGE:-registry.opsmill.io/opsmill/infrahub}:${VERSION:-0.16.2}"
command: infrahub git-agent start --debug
restart: unless-stopped
depends_on:
Expand Down

0 comments on commit 973a9e3

Please sign in to comment.