2
0
mirror of https://github.com/edouardparis/lntop synced 2024-11-06 03:20:21 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Martin Milata
0952c00860 update dependencies, remove vendor directory 2021-05-30 20:02:55 +02:00
Antonin Hildebrand
9e50120dec docker: drop docker-compose dependency
Instead of relying on docker-compose.yml, we use bash to pass
configuration to docker directly via commnad-line args.

We also use config template and prior each run we evaluate it
with current environment. So that settings like LND_GRPC_HOST
can be specified prior each run without a need to rebuild.
2019-04-28 20:05:13 +02:00
Antonin Hildebrand
687475db24 docker: tail logs from host
now that we have the log mapped to host folder we can simply tail it there
2019-04-13 21:27:29 +02:00
Antonin Hildebrand
c9e0a51c69 docker: map lntop data as a volume to host folder 2019-04-13 12:41:35 +02:00
Edouard Paris
a6f67ad662 fix Dockerfile: no need to cache deps 2019-04-12 17:55:12 +02:00
Edouard
1b64be4aca Apply suggestions from code review
Co-Authored-By: darwin <antonin@hildebrand.cz>
2019-04-12 17:29:53 +02:00
Antonin Hildebrand
ea394c75c7 add docker support 2019-04-12 00:06:07 +02:00