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