fix: use correct env vars

This commit is contained in:
2025-01-10 14:00:56 +01:00
parent ca8b53c08e
commit dc8d2a0836
6 changed files with 39 additions and 20 deletions

View File

@@ -30,6 +30,7 @@ services:
command: bun run dev --host
environment:
- ORIGIN=http://localhost
- DATABASE_URL=${DATABASE_URL}
labels:
- "traefik.enable=true"
- "traefik.http.routers.localhost.rule=Host(`localhost`)"