Commit graph

176 commits

Author SHA1 Message Date
Leopere 5e4b4f7ac0 lbrynet-daemon got renamed when switching networks 2018-10-09 20:11:53 -04:00
chamunks a2e25cf667 Updated networking for exposing a web front end. 2018-10-09 14:33:47 -04:00
Leopere 33e8a9f098 same as last commit one thing missed 2018-10-09 10:40:42 -04:00
Leopere 403a513d18 Readded disappearing colons 2018-10-09 10:39:32 -04:00
Leopere 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
2018-10-09 10:28:13 -04:00
Leopere 0eb598bf66 absolute path instead 2018-10-08 21:19:12 -04:00
Leopere 1d6dee1845 wrong type in envvars 2018-10-08 21:15:24 -04:00
Leopere 449ad3f6a2 baseline docker-compose.yml reflector.go compile 2018-10-08 21:12:56 -04:00
Leopere 2b5e7326e6 start.sh looks to be good to go. 2018-10-08 21:02:24 -04:00
Leopere 67d3e00261 Added invocation 2018-10-08 18:37:34 -04:00
Leopere 83b7e6b248 added baseline Dockerfile and start.sh
These should contain a good majority of the early stage work.
Lots of debugging potentially ahead
2018-10-08 18:20:54 -04:00
Leopere b08dcc46a6 Started on Reflector.go 2018-10-08 16:53:51 -04:00
Leopere 206763665f Changed copyright owner 2018-10-08 16:34:34 -04:00
Leopere d6d60d3fd7 Merge pull request #16 from chamunks/master
Last PR before switching to pushing directly to the main Repository
2018-10-07 02:27:32 +00:00
Leopere 5cf92f8793 Pushing trailing changes for starting debugpaste-it 2018-10-06 20:26:53 -04:00
Leopere b2e26baec8 made debugpaste-it.sh executable 2018-10-06 20:24:39 -04:00
Leopere 9bbea9a2c8 Add beginnings of debugpaste-it to lbrynet-daemon 2018-10-06 20:24:11 -04:00
Leopere 2e64ecf794 Adding debugpaste-it.sh placeholder
I'll be adding more to this soon.
2018-10-06 20:14:37 -04:00
Leopere 74268ff8e9 Add debugpaste to path 2018-10-06 20:13:48 -04:00
Leopere 2e4eed0d61 Adding feedback for traefik's debugpaste-it.sh
I may add this into the image but for the most part its a placeholder.
2018-10-06 20:06:52 -04:00
Leopere a635950a0b Some ultra basic documentation for now 2018-10-06 20:02:13 -04:00
Leopere 05845316e2 default git issue template 2018-10-06 18:38:23 -04:00
Leopere 60873e17e7 Merge pull request #12 from chamunks/master
Merging change that didn't make the last PR
2018-10-06 21:52:39 +00:00
Leopere 2260845533 removed .env_disabled 2018-10-06 17:51:28 -04:00
Leopere 9d32180c78 Setting .env back from .env_disabled 2018-10-06 17:51:03 -04:00
Leopere 7f98c54780 Merge pull request #11 from chamunks/master
Got chainquery working with this commit.
2018-10-06 19:59:11 +00:00
Leopere 380ba763c9 moved my.cnf 2018-10-06 15:54:51 -04:00
Leopere 044cad8ab8 Add my.cnf with database optimizations for chainquery 2018-10-06 15:53:18 -04:00
Leopere f598964e1a added my.cnf for SQL DB optimizations 2018-10-06 15:50:41 -04:00
Leopere a7f904f329 This is far from complete but is functional
Chainquery depends on a fully indexed blockchain comments expand on this.
Reindexing should only happen when a flag is set in docker-compose envvars
2018-10-06 14:54:41 -04:00
Mark 00a27ab7fc Merge pull request #10 from chamunks/master
Merging in latest work on lbry-docker baseline
2018-10-06 12:59:47 -04:00
Leopere 2735d20e2f merging what was left out 2018-10-06 12:56:46 -04:00
Leopere 47b8af21d4 Added some notes and forced a -txindex on startup 2018-10-06 12:56:35 -04:00
Leopere ee307b3db2 updated chainqueryconfig.toml against debug session 2018-10-06 12:56:08 -04:00
Leopere 501b284f97 Updated docker-compose.yml against debug session 2018-10-06 12:55:44 -04:00
Leopere 77f8be0f20 switched back to latest 2018-10-03 18:02:59 -04:00
Leopere 63dababfbf changing to mysql:5.7 2018-10-03 17:36:01 -04:00
Leopere 86f123a272 Re-ordered invocation a bit 2018-10-03 16:22:47 -04:00
Leopere 0f1656c3c1 disabled .env in case it's contributing to problems. 2018-10-03 16:19:13 -04:00
Leopere 705e35d9ba more places the password needed updated 2018-10-03 16:16:58 -04:00
Leopere cde3d8cd3c changed order of container execution
MySQL/MariaDB has a startup time so adding a depends_on and
reorganization may fix a few things
2018-10-03 16:14:53 -04:00
Leopere 7833796652 uncommented apisqldsh 2018-10-03 16:11:33 -04:00
Leopere 72795b1e1a database name should match toml 2018-10-03 16:11:14 -04:00
Leopere 9242d163d0 RPC server ip update 2018-10-03 15:58:41 -04:00
Leopere 37413e2084 updated RPC_PASSWORD 2018-10-03 15:57:28 -04:00
Leopere 8b1134fe27 dumbed down password management for now 2018-10-03 15:56:47 -04:00
Leopere 3e291b542d Might not need this set 2018-10-03 15:53:33 -04:00
Leopere 8b1ed11c3b Updated start 2018-10-03 15:50:45 -04:00
Leopere 68282547cf Following Nikooo777's advice
https://lbryians.slack.com/archives/CCE20EWPQ/p1538594805000100
2018-10-03 15:41:26 -04:00
Leopere d35e728320 Updated networking 2018-10-03 15:36:11 -04:00