boxgenerator/docker-compose.yml aktualisiert

This commit is contained in:
2025-11-20 22:28:54 +00:00
parent 689ee76b1d
commit ff54008f72

View File

@@ -5,8 +5,8 @@ services:
ports:
- "${EXTERNAL_PORT:-8000}:8000"
environment:
BUILD_BRANCH: ${BUILD_BRANCH:-master}
BUILD_REPO: ${BUILD_REPO:-https://github.com/florianfesti/boxes.git}
BUILD_BRANCH: master
BUILD_REPO: https://github.com/florianfesti/boxes.git
volumes:
- ./boxes:/boxes
command: /boxes/scripts/boxesserver
@@ -22,8 +22,8 @@ services:
context: .
dockerfile: Dockerfile
args:
- BUILD_BRANCH=${BUILD_BRANCH:-master}
- BUILD_REPO=${BUILD_REPO:-https://github.com/florianfesti/boxes.git}
- BUILD_BRANCH=master
- BUILD_REPO=https://github.com/florianfesti/boxes.git
# Install requirements
init: true
entrypoint: