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