Update app.yml (#54)

This commit is contained in:
Aaron Dewes 2022-11-02 09:12:52 +01:00 committed by GitHub
parent c243474440
commit cac80ce42c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,4 +30,6 @@ services:
- python initialize.py -net '${BITCOIN_NETWORK}' -server '${LND_IP}:${LND_GRPC_PORT}' -pw '${APP_SEED}' -d && supervisord && python manage.py runserver 0.0.0.0:3000
mounts:
lnd: /root/.lnd
data:
data: /lndg/data
port: 3000