chore(dev): make the dev stack reachable through the Pangolin tunnel #20

Merged
luckberg merged 2 commits from chore/dev-stack-config into main 2026-06-14 21:09:27 -04:00
Showing only changes of commit a2ad5bdbd3 - Show all commits
+4
View File
@@ -9,6 +9,10 @@ services:
- ./apps/api/src:/app/apps/api/src
environment:
NODE_ENV: development
# Local-dev only: skip OIDC and authenticate as Dev User id 1. Guarded by
# NODE_ENV !== 'production' (and the production image bakes NODE_ENV=production),
# so this can never activate in a shipped image. Required by the e2e harness.
DEV_AUTH_BYPASS: 'true'
mariadb:
ports: