Files
docker-pybrickscode/docker-compose.yml
T
2023-11-06 23:13:33 +01:00

11 lines
332 B
YAML

services:
# Pybricks Code
pybrickscode:
container_name: ${PYBRICKSCODE_CONTAINER_NAME:-PybricksCode}
image: axchrono/pybrickscode:${PYBRICKSCODE_TAG:-v2.1.0-beta.3}
restart: ${RESTART:-unless-stopped}
healthcheck:
test: curl -f http://localhost:80/ || exit 1
ports:
- ${PYBRICKSCODE_PORT:-80}:80