Commit graph

56 commits

Author SHA1 Message Date
Leopere
a924e1d221
Adjusting data path 2018-11-06 18:34:58 -05:00
Leopere
83ef420db9
Adding more comments 2018-11-06 18:32:25 -05:00
Leopere
dc7317022e
Adding data directory with permissions to see if I can just ship it with it setup correctly 2018-11-06 18:29:26 -05:00
Leopere
b430ed411d
Lets try $HOME/ instead of ~/ 2018-11-06 18:24:47 -05:00
Leopere
03e5bb494f
Remove junk 2018-11-06 18:19:25 -05:00
Leopere
100d990d5d
Removed deprected config directory 2018-11-06 18:16:03 -05:00
Leopere
f20df01251
Home path suddenly was a problem.
https://i.imgur.com/rAM1VWk.png
2018-11-06 18:14:41 -05:00
Leopere
3c9fcf6fce Chainquery works mostly and so does lbrycrd
Merge branch 'master' of github.com:lbryio/lbry-docker

Starting on a .travis.yml but may be unnecessary

Renamed www.spee.ch and lbrynet-daemon to reflect their upstream repos.

Disabled Adminer
Started debug for chainquery container.

Get latest release tagged url from github API

remove zip.zip maybe?

debugging curl

explicit unzip

Adding -o for unzip

simplified, removed debug and fixed curl

reverted to original unzip function

Pull chainquery from prep container

passing alternative config path
Aligned config path location with linux spec

updated config location

maybe don't be as explicit

adding debug for chainqueryconfig.toml

Fixes magicless chainquery and starts on bootstrap
added chainquery/.gitignore to ignore large blobs.
fixed Dockerfile up to use staged prep and production
removed db-seed.sh as we have quick-bootstrap.sh
start.sh needed modification to pull config from the right location in the linux FS
Added chainquery/.dockerignore to prevent extremely long build times in the future
Removed fancy bash vars in chainquery/.env
Started work on getting quick-bootstrap.sh ready for release.

Switch to lbrynet network

Switched network name to lbrynet

Merge branch 'leopere' of github.com:lbryio/lbry-docker into leopere

Remove debugging access port bind

Expose chainquery to the internet

Merge branch 'leopere' of github.com:lbryio/lbry-docker into leopere

Removed now unnecessary run command

Undo

Cleanup and commenting on environment variables

Start getting ready for adding chainquery start.sh magic

Quick update
2018-11-04 22:44:00 -05:00
Leopere
11ac36b1c9 .gitignore files everywhere 2018-10-16 20:55:52 -04:00
Leopere
9ad46937a2 Baseline Dockerfile template for compiler 2018-10-16 20:50:45 -04:00
Leopere
587affd3fc .dockerignore the fat files 2018-10-16 20:50:18 -04:00
Leopere
dbdd61d188 docker-entrypoint.sh boilerplate 2018-10-16 20:50:01 -04:00
Leopere
a6176e459f Adding lbrycrd start.sh boilerplate 2018-10-16 20:46:57 -04:00
Leopere
0e5f3823f1 Updated Labels 2018-10-16 03:30:13 -04:00
Shubham Bhattar
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. 2018-10-14 18:00:06 +05:30
Leopere
d91f64e8be wrong substitution 2018-10-10 21:20:00 -04:00
Leopere
4ef799030d Adding control mechanism to launch in different run mode. 2018-10-10 21:18:06 -04:00
Leopere
91fc4f068d chainquery needs to be .3 2018-10-10 20:57:12 -04:00
Leopere
4e564f71a0 chainquery needs to be .3 2018-10-10 20:57:06 -04:00
Leopere
b4cee1eb51 Cleaning up comments 2018-10-10 20:40:32 -04:00
Leopere
177dbec5c8 The shebang got commented out 2018-10-10 20:28:43 -04:00
Leopere
5c5cd82113 New docker error from last change 2018-10-10 20:24:51 -04:00
Leopere
70df3e3864 Find & replace fix 2018-10-10 20:17:32 -04:00
Leopere
ed8870f633 Fixed IP mismatch 2018-10-10 20:14:49 -04:00
Leopere
6d8a43f52f docker-compose build needs to ignore this 2018-10-10 20:13:01 -04:00
Leopere
cf5a77619f --quiet instead of -quiet 2018-10-10 20:12:07 -04:00
chamunks
a2e25cf667 Updated networking for exposing a web front end. 2018-10-09 14:33:47 -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
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
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
Leopere
47b8af21d4 Added some notes and forced a -txindex on startup 2018-10-06 12:56:35 -04:00
Leopere
86f123a272 Re-ordered invocation a bit 2018-10-03 16:22:47 -04:00
Leopere
8b1134fe27 dumbed down password management for now 2018-10-03 15:56:47 -04:00
Leopere
b2837b0afd No need to add a subdirectory here 2018-10-02 18:26:46 -04:00
Leopere
ba99a183a1 This is in the $PATH now 2018-10-02 18:11:43 -04:00
Leopere
61301d1261 Removed superfluous mkdir 2018-10-02 18:08:42 -04:00
Leopere
1e57c90ebc Adjusting some logic with command execution order 2018-10-02 18:08:07 -04:00
Leopere
55ddbd4097 A few issues fixed with permissions
Fixed who runs the mkdir commands in Dockerfile
Added make double check for directories existence in start.sh
Still doesn't necessarily fix invocation.
Corrected user shell to not include trailing slash
2018-10-02 18:05:03 -04:00
Leopere
cc76cbec0e Adding user definition in compose
Looking to fix an issue where the default directories are owned by the incorrect user.
2018-10-02 17:44:12 -04:00
Leopere
d430ac5932 Throw in an +x to save the day 2018-10-02 17:40:11 -04:00
Leopere
4364cf36d9 Docker didn't like the last path 2018-10-02 17:37:23 -04:00
Leopere
765024b476 switching from apt to apt-get to avoid complaining 2018-10-02 17:31:32 -04:00
Leopere
cb70cc21df More network tweaking 2018-10-02 17:28:35 -04:00
Leopere
95a1920f49 bump to last update 2018-10-02 17:25:33 -04:00
Leopere
7c2aae9fbe adjusted network configuration 2018-10-02 17:24:42 -04:00
Leopere
b63b5fd26a This shouldn't collide in my testing env 2018-10-02 17:22:47 -04:00
Leopere
3fdf664926 Updating IP's to further avoid collisions 2018-10-02 17:08:00 -04:00
Leopere
dc010bcc54 Replaced network name so it won't collide in my test environment 2018-10-02 17:02:42 -04:00