Update lnbits

This commit is contained in:
Aaron Dewes 2022-08-29 19:47:58 +02:00 committed by GitHub
parent f4cb45cf6e
commit 5a8df5b238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ metadata:
- 3.jpg
defaultPassword: $APP_SEED
containers:
- image: ghcr.io/runcitadel/lnbits-legends:feat-admin-password@sha256:f75ba12ebbe6e4676a07a8e68af47c17e99f2f0bbcbb2969f830cebb11ccbd00
- image: ghcr.io/runcitadel/lnbits-legends:feat-admin-password@sha256:6bac25967c407f6c25d3194107baf916bddc076c072c958b0977c88bfa074a32
command: sh -c 'uvicorn lnbits.__main__:app --port 5000 --proxy-headers --host
0.0.0.0 --forwarded-allow-ips "*"'
user: 1000:1000
@ -47,7 +47,7 @@ containers:
restart: on-failure
requires:
- lnd
- image: ghcr.io/runcitadel/lnbits-legends:feat-admin-password@sha256:f75ba12ebbe6e4676a07a8e68af47c17e99f2f0bbcbb2969f830cebb11ccbd00
- image: ghcr.io/runcitadel/lnbits-legends:feat-admin-password@sha256:6bac25967c407f6c25d3194107baf916bddc076c072c958b0977c88bfa074a32
command: sh -c 'uvicorn lnbits.__main__:app --port 5000 --proxy-headers --host
0.0.0.0 --forwarded-allow-ips "*"'
user: 1000:1000