chore: readable compose up
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 41s

This commit is contained in:
2026-03-19 08:23:10 +01:00
parent 0c47bf916c
commit c50f1f79b2

View File

@@ -23,4 +23,4 @@ jobs:
POSTGRES_DATA_PATH: ${{ vars.POSTGRES_DATA_PATH }}
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
run: |
docker compose up -d --build
BUILDKIT_PROGRESS=plain docker compose up -d --build