Browse Source
Don't start anything without all the services
patch-1
nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
3 additions and
0 deletions
-
docker-compose.yml
|
|
@ -63,6 +63,7 @@ services: |
|
|
|
ipv4_address: 10.11.1.2 |
|
|
|
dashboard: |
|
|
|
image: getumbrel/dashboard:v0.2.1 |
|
|
|
depends_on: [ bitcoin, lnd, nginx ] |
|
|
|
logging: *default-logging |
|
|
|
restart: always |
|
|
|
stop_grace_period: 1m30s |
|
|
@ -71,6 +72,7 @@ services: |
|
|
|
ipv4_address: 10.11.0.3 |
|
|
|
manager: |
|
|
|
image: getumbrel/manager:v0.1.1 |
|
|
|
depends_on: [ bitcoin, lnd, nginx ] |
|
|
|
logging: *default-logging |
|
|
|
restart: unless-stopped |
|
|
|
stop_grace_period: 5m30s |
|
|
@ -92,6 +94,7 @@ services: |
|
|
|
ipv4_address: 10.11.2.1 |
|
|
|
middleware: |
|
|
|
image: getumbrel/middleware:v0.1.1 |
|
|
|
depends_on: [ bitcoin, lnd, nginx ] |
|
|
|
command: ["./wait-for-node-manager.sh", "localhost", "npm", "start"] |
|
|
|
logging: *default-logging |
|
|
|
restart: unless-stopped |
|
|
|