v2.0.0-beta.1

This commit is contained in:
2023-11-06 23:02:16 +01:00
parent e28bd5978c
commit 61456d7e2c
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:-14.18.2}
PYBRICKSCODE_TAG: ${PYBRICKSCODE_TAG:-v1.2.0-beta.1}
NODE_TAG: ${NODE_TAG:-16.13.1}
PYBRICKSCODE_TAG: ${PYBRICKSCODE_TAG:-v2.0.0-beta.1}
restart: ${RESTART:-unless-stopped}
healthcheck:
test: curl -f http://localhost:80/ || exit 1