chore(dev): make the dev stack reachable through the Pangolin tunnel #20
@@ -9,6 +9,10 @@ services:
|
|||||||
- ./apps/api/src:/app/apps/api/src
|
- ./apps/api/src:/app/apps/api/src
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: development
|
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:
|
mariadb:
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user