Yamllint'ed all files and made them compliant. (#379)

Co-authored-by: max <max@RedRapier.local>
This commit is contained in:
Maxime Rousseau 2020-10-06 01:17:43 -04:00 committed by GitHub
parent f48fb291c1
commit ea9abe6301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
47 changed files with 368 additions and 369 deletions

View File

@ -36,4 +36,3 @@ services:
- "nbxplorer_datadir:/root/.nbxplorer" - "nbxplorer_datadir:/root/.nbxplorer"
volumes: volumes:
electrum_ps_datadir: electrum_ps_datadir:

View File

@ -11,7 +11,7 @@ services:
stop_signal: SIGKILL stop_signal: SIGKILL
environment: environment:
BASE_PATH: "/thub" BASE_PATH: "/thub"
NO_VERSION_CHECK : "true" NO_VERSION_CHECK: "true"
COOKIE_PATH: "/data/.cookie" COOKIE_PATH: "/data/.cookie"
SSO_SERVER_URL: "lnd_bitcoin:10009" SSO_SERVER_URL: "lnd_bitcoin:10009"
SSO_MACAROON_PATH: "/etc/lnd" SSO_MACAROON_PATH: "/etc/lnd"