1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 15:35:22 +02:00

Add default value for ngrok domain field

This commit is contained in:
David Neuman 2024-01-16 20:16:22 -05:00
parent 2b24582aff
commit 726180954b

View file

@ -31,7 +31,7 @@ services:
ports: ports:
- 4551:4551 - 4551:4551
environment: environment:
- DOMAIN=${NGROK_DOMAIN} - DOMAIN=${NGROK_DOMAIN:-host.docker.internal}
- PORT=3333 - PORT=3333
- AUTH_TOKEN=${NGROK_AUTH_TOKEN} - AUTH_TOKEN=${NGROK_AUTH_TOKEN}
- DEBUG=true - DEBUG=true