Compare commits

..

No commits in common. "seed-test" and "main" have entirely different histories.

View File

@ -6,7 +6,7 @@ services:
- "3000:3000"
environment:
DATABASE_URL: postgres://demo:demo@db:5432/demo
APP_LABEL: "VeilStream demo seed-test"
APP_LABEL: "VeilStream demo main v2"
depends_on:
db:
condition: service_healthy