chore: readable compose up
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m20s

This commit is contained in:
2026-03-19 08:21:04 +01:00
parent d4bfcb93c7
commit 3e9b64694d

View File

@@ -20,4 +20,4 @@ jobs:
DB_VOLUME_PATH: ${{ variables.DB_VOLUME_PATH }} DB_VOLUME_PATH: ${{ variables.DB_VOLUME_PATH }}
run: | run: |
if [ -n "${DB_VOLUME_PATH}" ]; then mkdir -p "$DB_VOLUME_PATH"; fi if [ -n "${DB_VOLUME_PATH}" ]; then mkdir -p "$DB_VOLUME_PATH"; fi
docker compose up -d --build BUILDKIT_PROGRESS=plain docker compose up -d --build