mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
Add default value for ngrok domain field
This commit is contained in:
parent
2b24582aff
commit
726180954b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue