Compare commits
32
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f667e4abdf | ||
|
|
8d21e941b2 | ||
|
|
f167b102d2 | ||
|
|
96c7efca99 | ||
|
|
ce84d2f999 | ||
|
|
5be6a1559c | ||
|
|
f0502ce017 | ||
|
|
29aa3417aa | ||
|
|
d907c21f91 | ||
|
|
62186ceeda | ||
|
|
9cc5f8d447 | ||
|
|
7a5eec0701 | ||
|
|
afe73ec179 | ||
|
|
df9744c199 | ||
|
|
c101479a7b | ||
|
|
2bb4de67f4 | ||
|
|
d8ac4f5c4b | ||
|
|
5f009bec97 | ||
|
|
321811e74b | ||
|
|
c6f9bbd721 | ||
|
|
0f17b95fec | ||
|
|
d47f512872 | ||
|
|
ce1a6c87d3 | ||
|
|
c4cd92651a | ||
|
|
b910c7e2c5 | ||
|
|
259f9a7e37 | ||
|
|
bfcd2821d3 | ||
|
|
9fef71a218 | ||
|
|
61456d7e2c | ||
|
|
e28bd5978c | ||
|
|
dafc289498 | ||
|
|
7a0f605d70 |
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
# Arguments
|
# Arguments
|
||||||
ARG NODE_TAG=12.18.3
|
ARG NODE_TAG=18.15.0
|
||||||
ARG PYBRICKSCODE_TAG=v1.1.0-beta.6
|
ARG PYBRICKSCODE_TAG=v2.2.0-beta.8
|
||||||
|
|
||||||
# Build stage
|
# Build stage
|
||||||
FROM node:${NODE_TAG} AS build-stage
|
FROM node:${NODE_TAG} AS build-stage
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
NODE_TAG: ${NODE_TAG:-12.18.3}
|
NODE_TAG: ${NODE_TAG:-18.15.0}
|
||||||
PYBRICKSCODE_TAG: ${PYBRICKSCODE_TAG:-v1.1.0-beta.6}
|
PYBRICKSCODE_TAG: ${PYBRICKSCODE_TAG:-v2.2.0-beta.8}
|
||||||
restart: ${RESTART:-unless-stopped}
|
restart: ${RESTART:-unless-stopped}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: curl -f http://localhost:80/ || exit 1
|
test: curl -f http://localhost:80/ || exit 1
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@ services:
|
|||||||
# Pybricks Code
|
# Pybricks Code
|
||||||
pybrickscode:
|
pybrickscode:
|
||||||
container_name: ${PYBRICKSCODE_CONTAINER_NAME:-PybricksCode}
|
container_name: ${PYBRICKSCODE_CONTAINER_NAME:-PybricksCode}
|
||||||
image: axchrono/pybrickscode:${PYBRICKSCODE_TAG:-v1.1.0-beta.6}
|
image: axchrono/pybrickscode:${PYBRICKSCODE_TAG:-v2.2.0-beta.8}
|
||||||
restart: ${RESTART:-unless-stopped}
|
restart: ${RESTART:-unless-stopped}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: curl -f http://localhost:80/ || exit 1
|
test: curl -f http://localhost:80/ || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user