AURCache Stack: remove build cache volume
This commit is contained in:
parent
d3b7b8845e
commit
9a8873324f
2 changed files with 0 additions and 5 deletions
|
@ -6,14 +6,12 @@ services:
|
|||
- "${WEBUI_PORT:-8081}:8081" # Frontend
|
||||
volumes:
|
||||
- ${REPO_PATH:-./repo}:/app/repo
|
||||
- ${BUILD_CACHE_PATH:-./build_cache}:/app/builds
|
||||
privileged: true
|
||||
environment:
|
||||
- DB_TYPE=POSTGRESQL
|
||||
- DB_USER=aurcache
|
||||
- DB_PWD=${DB_PASSWORD:-password}
|
||||
- DB_HOST=dbhost
|
||||
- BUILD_ARTIFACT_DIR=${BUILD_CACHE_PATH:-./build_cache}
|
||||
networks:
|
||||
aurcache_network:
|
||||
restart: unless-stopped
|
||||
|
|
|
@ -6,6 +6,3 @@ DB_PATH=
|
|||
|
||||
# Path to where the built packages will be stored
|
||||
REPO_PATH=
|
||||
|
||||
# Path for the build atifact cache
|
||||
BUILD_CACHE_PATH=
|
||||
|
|
Loading…
Add table
Reference in a new issue