AURCache Stack: remove build cache volume

This commit is contained in:
Aroy-Art 2025-03-06 19:06:30 +01:00
parent d3b7b8845e
commit 9a8873324f
Signed by: Aroy
GPG key ID: 583642324A1D2070
2 changed files with 0 additions and 5 deletions

View file

@ -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

View file

@ -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=