Skip to content

Commit d2f5a69

Browse files
committed
chore: update docker-compose
1 parent 2007a27 commit d2f5a69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ services:
146146
- 6362:6362
147147

148148
infrahub-server:
149-
image: "registry.opsmill.io/opsmill/infrahub:${VERSION:-0.16.0}"
149+
image: "registry.opsmill.io/opsmill/infrahub:${VERSION:-0.16.1}"
150150
restart: unless-stopped
151151
command: >
152152
gunicorn --config backend/infrahub/serve/gunicorn_config.py
@@ -185,7 +185,7 @@ services:
185185
deploy:
186186
mode: replicated
187187
replicas: 2
188-
image: "registry.opsmill.io/opsmill/infrahub:${VERSION:-0.16.0}"
188+
image: "registry.opsmill.io/opsmill/infrahub:${VERSION:-0.16.1}"
189189
command: infrahub git-agent start --debug
190190
restart: unless-stopped
191191
depends_on:

0 commit comments

Comments
 (0)