boxgenerator/docker-compose.yml aktualisiert
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user