Skip to content

Commit

Permalink
chore: update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
opsmill-bot committed Aug 13, 2024
1 parent 2d53842 commit f4372c4
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.15.2}"
image: "registry.opsmill.io/opsmill/infrahub:${VERSION:-0.15.3}"
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.15.2}"
image: "registry.opsmill.io/opsmill/infrahub:${VERSION:-0.15.3}"
command: infrahub git-agent start --debug
restart: unless-stopped
depends_on:
Expand Down

0 comments on commit f4372c4

Please sign in to comment.