Compare commits

..

1 Commits

Author SHA1 Message Date
Mathew Lewis
b79dc80347 pr-test-1: label change for a pull request test 2026-08-27 16:02:31 -07:00

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 main v2" APP_LABEL: "VeilStream demo pr-test-1"
depends_on: depends_on:
db: db:
condition: service_healthy condition: service_healthy