mirror of
https://github.com/runcitadel/apps.git
synced 2024-12-26 22:55:39 +00:00
Allow running Lnbits behind a reverse proxy
This commit is contained in:
parent
9e18cb24d2
commit
9b449b0353
|
@ -25,6 +25,7 @@ metadata:
|
||||||
defaultPassword: $APP_SEED
|
defaultPassword: $APP_SEED
|
||||||
containers:
|
containers:
|
||||||
- image: ghcr.io/runcitadel/lnbits-legends:feat-admin-password@sha256:f484cf3531d1bb14d95159fe2e7596f738e0991163190a7a346d594ec9bb80e5
|
- 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
|
user: 1000:1000
|
||||||
init: true
|
init: true
|
||||||
port: 5000
|
port: 5000
|
||||||
|
@ -46,6 +47,7 @@ containers:
|
||||||
requires:
|
requires:
|
||||||
- lnd
|
- lnd
|
||||||
- image: ghcr.io/runcitadel/lnbits-legends:feat-admin-password@sha256:f484cf3531d1bb14d95159fe2e7596f738e0991163190a7a346d594ec9bb80e5
|
- 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
|
user: 1000:1000
|
||||||
init: true
|
init: true
|
||||||
port: 5000
|
port: 5000
|
||||||
|
|
Loading…
Reference in New Issue
Block a user