retest-a: label change to exercise Gitea push handling

This commit is contained in:
Mathew Lewis 2026-08-27 13:40:18 -07:00
parent c0bb4f66cc
commit 2086c4639f

View File

@ -6,7 +6,7 @@ services:
- "3000:3000" - "3000:3000"
environment: environment:
DATABASE_URL: postgres://demo:demo@db:5432/demo DATABASE_URL: postgres://demo:demo@db:5432/demo
APP_LABEL: "VeilStream demo" APP_LABEL: "VeilStream demo retest-a"
depends_on: depends_on:
db: db:
condition: service_healthy condition: service_healthy