v2.2.0-rc.1

This commit is contained in:
2023-11-20 19:13:40 +01:00
parent 146dae5d12
commit 2f5c30a000
4 changed files with 131 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ services:
dockerfile: Dockerfile
args:
NODE_TAG: ${NODE_TAG:-18.15.0}
PYBRICKSCODE_TAG: ${PYBRICKSCODE_TAG:-v2.2.0-beta.9}
PYBRICKSCODE_TAG: ${PYBRICKSCODE_TAG:-v2.2.0-rc.1}
restart: ${RESTART:-unless-stopped}
healthcheck:
test: curl -f http://localhost:80/ || exit 1