boxgenerator/docker-compose.yml aktualisiert

This commit is contained in:
2025-11-20 15:44:20 +00:00
parent 24e057152b
commit 3c41004af8

View File

@@ -23,7 +23,7 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
args: args:
- BUILD_BRANCH=${BUILD_BRANCH:-master} - BUILD_BRANCH=${BUILD_BRANCH:-master}
- BUILD_REPO=${BUILD_REPO} - BUILD_REPO=${BUILD_REPO:-https://github.com/florianfesti/boxes.git}
# Install requirements # Install requirements
init: true init: true
entrypoint: entrypoint:
@@ -31,6 +31,6 @@ services:
- -c - -c
- | - |
dnf install -y git-core python3-markdown python3-setuptools python3-affine python3-shapely python3-pillow python3-qrcode pstoedit && dnf clean all dnf install -y git-core python3-markdown python3-setuptools python3-affine python3-shapely python3-pillow python3-qrcode pstoedit && dnf clean all
git clone --depth 1 -b ${BUILD_BRANCH} ${BUILD_REPO} /boxes git clone --depth 1 -b ${BUILD_BRANCH:-master} ${BUILD_REPO:-https://github.com/florianfesti/boxes.git} /boxes
chmod +x /boxes/scripts/boxesserver chmod +x /boxes/scripts/boxesserver
/boxes/scripts/boxesserver /boxes/scripts/boxesserver