forked from michael.heier/citadel-apps
Update apps
This commit is contained in:
parent
ffab416382
commit
fb9f9feda3
|
@ -25,7 +25,8 @@ 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 "*"'
|
||||
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
|
||||
|
@ -47,7 +48,8 @@ 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 "*"'
|
||||
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