Compare commits
14
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c383d6505b | ||
|
|
9e0bbeaa4d | ||
|
|
799d6c9442 | ||
|
|
2f4387cdeb | ||
|
|
c12fdbce30 | ||
|
|
624d59b664 | ||
|
|
56476dc608 | ||
|
|
a33976019d | ||
|
|
5c6b270439 | ||
|
|
f8a67a62b3 | ||
|
|
51b1fd9ebe | ||
|
|
37e2f10659 | ||
|
|
604de096bd | ||
|
|
7f0822736b |
+1
-1
@@ -1,6 +1,6 @@
|
||||
# Arguments
|
||||
ARG NODE_TAG=12.18.3
|
||||
ARG PYBRICKSCODE_TAG=v1.0.0-beta.4
|
||||
ARG PYBRICKSCODE_TAG=v1.0.0
|
||||
|
||||
# Build stage
|
||||
FROM node:${NODE_TAG} AS build-stage
|
||||
|
||||
@@ -7,7 +7,7 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
NODE_TAG: ${NODE_TAG:-12.18.3}
|
||||
PYBRICKSCODE_TAG: ${PYBRICKSCODE_TAG:-v1.0.0-beta.4}
|
||||
PYBRICKSCODE_TAG: ${PYBRICKSCODE_TAG:-v1.0.0}
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
healthcheck:
|
||||
test: curl -f http://localhost:80/ || exit 1
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@ services:
|
||||
# Pybricks Code
|
||||
pybrickscode:
|
||||
container_name: ${PYBRICKSCODE_CONTAINER_NAME:-PybricksCode}
|
||||
image: axchrono/pybrickscode:${PYBRICKSCODE_TAG:-v1.0.0-beta.4}
|
||||
image: axchrono/pybrickscode:${PYBRICKSCODE_TAG:-v1.0.0}
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
healthcheck:
|
||||
test: curl -f http://localhost:80/ || exit 1
|
||||
|
||||
Reference in New Issue
Block a user