mirror of
https://github.com/runcitadel/apps.git
synced 2024-12-26 06:38:57 +00:00
Allow running Lnbits behind a reverse proxy
This commit is contained in:
parent
7301ac3b47
commit
4c479ab3bf
|
@ -25,6 +25,7 @@ metadata:
|
|||
defaultPassword: $APP_SEED
|
||||
containers:
|
||||
- image: ghcr.io/runcitadel/lnbits-legends:feat-admin-password@sha256:f484cf3531d1bb14d95159fe2e7596f738e0991163190a7a346d594ec9bb80e5
|
||||
command: sh -c 'uvicorn lnbits.__main__:app --port 5000 --proxy-headers --host 0.0.0.0 --forwarded-allow-ips "*"'
|
||||
user: 1000:1000
|
||||
init: true
|
||||
port: 5000
|
||||
|
@ -46,6 +47,7 @@ containers:
|
|||
requires:
|
||||
- lnd
|
||||
- image: ghcr.io/runcitadel/lnbits-legends:feat-admin-password@sha256:f484cf3531d1bb14d95159fe2e7596f738e0991163190a7a346d594ec9bb80e5
|
||||
command: sh -c 'uvicorn lnbits.__main__:app --port 5000 --proxy-headers --host 0.0.0.0 --forwarded-allow-ips "*"'
|
||||
user: 1000:1000
|
||||
init: true
|
||||
port: 5000
|
||||
|
|
Loading…
Reference in New Issue
Block a user