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
|
- "${WEBUI_PORT:-8081}:8081" # Frontend
|
||||||
volumes:
|
volumes:
|
||||||
- ${REPO_PATH:-./repo}:/app/repo
|
- ${REPO_PATH:-./repo}:/app/repo
|
||||||
- ${BUILD_CACHE_PATH:-./build_cache}:/app/builds
|
|
||||||
privileged: true
|
privileged: true
|
||||||
environment:
|
environment:
|
||||||
- DB_TYPE=POSTGRESQL
|
- DB_TYPE=POSTGRESQL
|
||||||
- DB_USER=aurcache
|
- DB_USER=aurcache
|
||||||
- DB_PWD=${DB_PASSWORD:-password}
|
- DB_PWD=${DB_PASSWORD:-password}
|
||||||
- DB_HOST=dbhost
|
- DB_HOST=dbhost
|
||||||
- BUILD_ARTIFACT_DIR=${BUILD_CACHE_PATH:-./build_cache}
|
|
||||||
networks:
|
networks:
|
||||||
aurcache_network:
|
aurcache_network:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
@ -6,6 +6,3 @@ DB_PATH=
|
||||||
|
|
||||||
# Path to where the built packages will be stored
|
# Path to where the built packages will be stored
|
||||||
REPO_PATH=
|
REPO_PATH=
|
||||||
|
|
||||||
# Path for the build atifact cache
|
|
||||||
BUILD_CACHE_PATH=
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue