Skip to content

Commit

Permalink
update docker-compose version to 0.15.1 (#3902)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeArchiTek authored Jul 23, 2024
1 parent d46bb9f commit d0a5611
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.0}"
image: "registry.opsmill.io/opsmill/infrahub:${VERSION:-0.15.1}"
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.0}"
image: "registry.opsmill.io/opsmill/infrahub:${VERSION:-0.15.1}"
command: infrahub git-agent start --debug
restart: unless-stopped
depends_on:
Expand Down

0 comments on commit d0a5611

Please sign in to comment.