Commit graph

  • 9276a366a2
    Updating issue template Leopere 2018-10-16 20:13:07 -0400
  • 10a0f45809 Updating issue template Leopere 2018-10-16 20:13:07 -0400
  • ad5033183a
    Added Table of Contents to CONTRIBUTING.md Leopere 2018-10-16 19:56:07 -0400
  • f75be566a9 Added Table of Contents to CONTRIBUTING.md Leopere 2018-10-16 19:56:07 -0400
  • f9383200df
    Expanded CONTRIBUTING.md significantly Added expansions on purpose/scope of many of the included files. Leopere 2018-10-16 19:50:50 -0400
  • ad845b65ed Expanded CONTRIBUTING.md significantly Added expansions on purpose/scope of many of the included files. Leopere 2018-10-16 19:50:50 -0400
  • 45d796531c
    Initial Readme update, needs proofing and expansion Leopere 2018-10-16 15:32:59 -0400
  • ef860ccc70 Initial Readme update, needs proofing and expansion Leopere 2018-10-16 15:32:59 -0400
  • 5328b9ac2e
    Expansion on CONTRIBUTING.md https://lbry.tech/resources/repository-standards Needs further expansion Leopere 2018-10-16 15:32:35 -0400
  • 5bc99f8975 Expansion on CONTRIBUTING.md https://lbry.tech/resources/repository-standards Needs further expansion Leopere 2018-10-16 15:32:35 -0400
  • 198167d4f7
    Adding compose.override and a root docker-compose to gitignore The idea is that default settings should be left alone in the app specific compose files but if the end user wants a custom one at the root they can have a fully custom one that cherrypicks apps and settings. Leopere 2018-10-16 15:29:23 -0400
  • 09c295a103 Adding compose.override and a root docker-compose to gitignore The idea is that default settings should be left alone in the app specific compose files but if the end user wants a custom one at the root they can have a fully custom one that cherrypicks apps and settings. Leopere 2018-10-16 15:29:23 -0400
  • e73afc30c5
    Adding CONTRIBUTING.md notes Mostly a little specific sidebar on how contributing to lbry-docker should go down. Leopere 2018-10-16 14:49:47 -0400
  • 7ab3c1a8c0 Adding CONTRIBUTING.md notes Mostly a little specific sidebar on how contributing to lbry-docker should go down. Leopere 2018-10-16 14:49:47 -0400
  • 5690005942
    Updated Labels Leopere 2018-10-16 03:30:13 -0400
  • 0e5f3823f1 Updated Labels Leopere 2018-10-16 03:30:13 -0400
  • 4dd074b3db
    Updating Labels Leopere 2018-10-16 03:29:14 -0400
  • 4eeefff641 Updating Labels Leopere 2018-10-16 03:29:14 -0400
  • fdb784a926
    Updated against a multi stage strategy Leopere 2018-10-16 03:28:03 -0400
  • a3285b7967 Updated against a multi stage strategy Leopere 2018-10-16 03:28:03 -0400
  • 607a7c4eef
    Switched to multistage chainquery image Leopere 2018-10-16 03:27:45 -0400
  • 3c2b861157 Switched to multistage chainquery image Leopere 2018-10-16 03:27:45 -0400
  • 92926c73fa
    Ignoring OS X cruft Leopere 2018-10-16 03:02:50 -0400
  • 340dc645c8 Ignoring OS X cruft Leopere 2018-10-16 03:02:50 -0400
  • 776336c247
    Merge pull request #20 from shubhambhattar/master Leopere 2018-10-16 06:45:58 +0000
  • a74cb556c3 Merge pull request #20 from shubhambhattar/master Leopere 2018-10-16 06:45:58 +0000
  • 1d75af86c7
    Merge branch 'master' into master Shubham Bhattar 2018-10-16 01:52:38 +0530
  • ddeecb94da Merge branch 'master' into master Shubham Bhattar 2018-10-16 01:52:38 +0530
  • 548fa6d8af
    Updated against namechange Leopere 2018-10-15 03:15:35 -0400
  • a2ebd69f44 Updated against namechange Leopere 2018-10-15 03:15:35 -0400
  • 57d73e6663
    Leaving note to refactor this Leopere 2018-10-15 03:14:02 -0400
  • 9d5e7756c0 Leaving note to refactor this Leopere 2018-10-15 03:14:02 -0400
  • fc3fb62f35
    A lot of these will probably change Ideally a neighboring script might run the user through doing this. Leopere 2018-10-15 03:08:58 -0400
  • c4e521fb9f A lot of these will probably change Ideally a neighboring script might run the user through doing this. Leopere 2018-10-15 03:08:58 -0400
  • 5280d2fa11
    Start pulling envvars from .env This is unnecessery but if you have to declare the same thing in more then one place it makes sense to pull these from a file. Leopere 2018-10-15 03:07:06 -0400
  • 3f08eef758 Start pulling envvars from .env This is unnecessery but if you have to declare the same thing in more then one place it makes sense to pull these from a file. Leopere 2018-10-15 03:07:06 -0400
  • 6823ed3e2d
    Need a copy of this here too. Leopere 2018-10-15 03:03:40 -0400
  • 6a86e29557 Need a copy of this here too. Leopere 2018-10-15 03:03:40 -0400
  • 08d00dd956
    Tossing this here for now Leopere 2018-10-15 03:00:30 -0400
  • 01e14f0029 Tossing this here for now Leopere 2018-10-15 03:00:30 -0400
  • 90c58503ee
    Adding start.sh Leopere 2018-10-15 02:59:35 -0400
  • 02b356fecb Adding start.sh Leopere 2018-10-15 02:59:35 -0400
  • 4d312c80e6
    Starting in on some multistage Leopere 2018-10-15 02:59:17 -0400
  • 478cee9e47 Starting in on some multistage Leopere 2018-10-15 02:59:17 -0400
  • 1e1b313abf MAINTAINER is deprecated in Dockerfile. COPY is preferred over ADD in Dockerfile if additional functonality of ADD is not being used. Improved Shebang lines in many files. Shubham Bhattar 2018-10-14 18:00:06 +0530
  • e332e9c906 MAINTAINER is deprecated in Dockerfile. COPY is preferred over ADD in Dockerfile if additional functonality of ADD is not being used. Improved Shebang lines in many files. Shubham Bhattar 2018-10-14 18:00:06 +0530
  • e6f7e8c026
    Adding base database seed script Leopere 2018-10-11 22:04:22 -0400
  • 0fab25736f Adding base database seed script Leopere 2018-10-11 22:04:22 -0400
  • 81a0d02475
    wrong substitution Leopere 2018-10-10 21:20:00 -0400
  • d91f64e8be wrong substitution Leopere 2018-10-10 21:20:00 -0400
  • c829296055
    Adding control mechanism to launch in different run mode. Leopere 2018-10-10 21:18:06 -0400
  • 4ef799030d Adding control mechanism to launch in different run mode. Leopere 2018-10-10 21:18:06 -0400
  • 15fbb554ab
    chainquery needs to be .3 Leopere 2018-10-10 20:59:58 -0400
  • 13b91bae04 chainquery needs to be .3 Leopere 2018-10-10 20:59:58 -0400
  • 669fdd4339
    chainquery needs to be .3 Leopere 2018-10-10 20:58:23 -0400
  • 3c791bc5e9 chainquery needs to be .3 Leopere 2018-10-10 20:58:23 -0400
  • 38f7016974
    chainquery needs to be .3 Leopere 2018-10-10 20:57:12 -0400
  • 91fc4f068d chainquery needs to be .3 Leopere 2018-10-10 20:57:12 -0400
  • c0d9b2778d
    chainquery needs to be .3 Leopere 2018-10-10 20:57:06 -0400
  • 4e564f71a0 chainquery needs to be .3 Leopere 2018-10-10 20:57:06 -0400
  • a260ce6fad
    Cleaning up comments Leopere 2018-10-10 20:40:32 -0400
  • b4cee1eb51 Cleaning up comments Leopere 2018-10-10 20:40:32 -0400
  • 6814deacc9
    The shebang got commented out Leopere 2018-10-10 20:28:43 -0400
  • 177dbec5c8 The shebang got commented out Leopere 2018-10-10 20:28:43 -0400
  • bcef5e01a2
    New docker error from last change Leopere 2018-10-10 20:24:51 -0400
  • 5c5cd82113 New docker error from last change Leopere 2018-10-10 20:24:51 -0400
  • 869009f98e
    Find & replace fix Leopere 2018-10-10 20:17:32 -0400
  • 70df3e3864 Find & replace fix Leopere 2018-10-10 20:17:32 -0400
  • 356d340ed2
    Fixed IP mismatch Leopere 2018-10-10 20:14:49 -0400
  • ed8870f633 Fixed IP mismatch Leopere 2018-10-10 20:14:49 -0400
  • 4f5348438b
    docker-compose build needs to ignore this Leopere 2018-10-10 20:13:10 -0400
  • e37922c9cf docker-compose build needs to ignore this Leopere 2018-10-10 20:13:10 -0400
  • 4754780eb3
    docker-compose build needs to ignore this Leopere 2018-10-10 20:13:01 -0400
  • 6d8a43f52f docker-compose build needs to ignore this Leopere 2018-10-10 20:13:01 -0400
  • c847716341
    --quiet instead of -quiet Leopere 2018-10-10 20:12:07 -0400
  • cf5a77619f --quiet instead of -quiet Leopere 2018-10-10 20:12:07 -0400
  • 91ef1dc5d8
    lbrynet-daemon got renamed when switching networks Leopere 2018-10-09 20:11:53 -0400
  • 5e4b4f7ac0 lbrynet-daemon got renamed when switching networks Leopere 2018-10-09 20:11:53 -0400
  • dbe79657df
    Updated networking for exposing a web front end. chamunks 2018-10-09 14:33:47 -0400
  • a2e25cf667 Updated networking for exposing a web front end. chamunks 2018-10-09 14:33:47 -0400
  • a5e6e5d3d9
    same as last commit one thing missed Leopere 2018-10-09 10:40:42 -0400
  • 33e8a9f098 same as last commit one thing missed Leopere 2018-10-09 10:40:42 -0400
  • 35abf76479
    Readded disappearing colons Leopere 2018-10-09 10:39:32 -0400
  • 403a513d18 Readded disappearing colons Leopere 2018-10-09 10:39:32 -0400
  • aae5b72788
    Multiple changes chainquery has an added Adminer container now. reflector.go has a base config.tmpl file for testing string modification. Exporting GOROOT now in Dockerfile Leopere 2018-10-09 10:28:13 -0400
  • 753b711e96 Multiple changes chainquery has an added Adminer container now. reflector.go has a base config.tmpl file for testing string modification. Exporting GOROOT now in Dockerfile Leopere 2018-10-09 10:28:13 -0400
  • 2dc51065c6
    absolute path instead Leopere 2018-10-08 21:19:12 -0400
  • 0eb598bf66 absolute path instead Leopere 2018-10-08 21:19:12 -0400
  • 4e20d852d6
    wrong type in envvars Leopere 2018-10-08 21:15:24 -0400
  • 1d6dee1845 wrong type in envvars Leopere 2018-10-08 21:15:24 -0400
  • 39f69d6eeb
    baseline docker-compose.yml reflector.go compile Leopere 2018-10-08 21:12:56 -0400
  • 449ad3f6a2 baseline docker-compose.yml reflector.go compile Leopere 2018-10-08 21:12:56 -0400
  • 41b9e6f4ac
    start.sh looks to be good to go. Leopere 2018-10-08 21:02:24 -0400
  • 2b5e7326e6 start.sh looks to be good to go. Leopere 2018-10-08 21:02:24 -0400
  • 0658da7677
    Added invocation Leopere 2018-10-08 18:37:34 -0400
  • 67d3e00261 Added invocation Leopere 2018-10-08 18:37:34 -0400
  • 9cbebf335c
    added baseline Dockerfile and start.sh These should contain a good majority of the early stage work. Lots of debugging potentially ahead Leopere 2018-10-08 18:20:54 -0400
  • 83b7e6b248 added baseline Dockerfile and start.sh These should contain a good majority of the early stage work. Lots of debugging potentially ahead Leopere 2018-10-08 18:20:54 -0400
  • e878ffbdaa
    Started on Reflector.go Leopere 2018-10-08 16:53:51 -0400
  • b08dcc46a6 Started on Reflector.go Leopere 2018-10-08 16:53:51 -0400