v1.2.0-beta.1

This commit is contained in:
2023-11-06 23:01:50 +01:00
parent dafc289498
commit e28bd5978c
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ services:
context: .
dockerfile: Dockerfile
args:
NODE_TAG: ${NODE_TAG:-12.18.3}
PYBRICKSCODE_TAG: ${PYBRICKSCODE_TAG:-v1.1.0}
NODE_TAG: ${NODE_TAG:-14.18.2}
PYBRICKSCODE_TAG: ${PYBRICKSCODE_TAG:-v1.2.0-beta.1}
restart: ${RESTART:-unless-stopped}
healthcheck:
test: curl -f http://localhost:80/ || exit 1