Commit graph

97 commits

Author SHA1 Message Date
Leopere f910732155 Removed traefik labels and moved data dir
Moved data dir and removed traefik label

Moved readme for testnet compose

Adding RUN_MODEs regtest and testnet

Adding advance_blocks.sh into all lbrycrd containers

Adding advance cmd and moved Dockerfile to appropriate dir

Cleanup and moved Dockerfiles

Moved lbrycrd Dockerfiles to appropriate subdirectories and removed.

More moving and deletions

Adding catchall output

Updated default runmode in example

Removed incomplete container directory

This should not be in a production branch at this point now that we have stable containers published.

Removed incomplete container for now

Deleted compile directory and README.md

Cleaning up chainquery

Deleting placeholders

Updated start.sh

Removing superfluous .dockerignores & more

Adjusted start.sh source path

Updated ignores

Updated readme in prep for build tags and ship armhf-prod dir

start.sh's should be recycled when possible.

No sense in code duplication lets try and aim for unification.

Docker prefers WORKDIR over cd

docker prefers WORKDIR over cd
2019-04-27 14:37:38 -04:00
Ryan McGuire f0b0c6da63 Adds multi-stage Dockerfile for chainquery.
This allows unmodified configs to be mounted.
Also updates the system-cloud-init HOWTO for chainquery.
2019-04-22 16:17:18 -04:00
Leopere 470b9013df
Fix MYSQL_USER and unhid .env files 2018-12-20 03:48:23 -05:00
root on chainquery dev c30c2d3840
work from Lenny and Beamer for Chainquery/Lbrycrd 2018-12-17 22:15:56 -05:00
Leopere 81b9613208
Adding compile subdir to start on Chainquery compiler container 2018-12-17 22:14:07 -05:00
Leopere 8354921ead
Starting work on chainquery compile 2018-12-17 22:14:07 -05:00
Leopere cf106a8a34
Added variable for debugmode in .env 2018-12-17 22:13:55 -05:00
Leopere 484683055b
Removed some debugging and swapped debug mode 2018-12-17 22:13:55 -05:00
Leopere 0748221f38
Setup value strings fix applied 2018-12-17 22:13:49 -05:00
Leopere c7c4966291
Removed config notes 2018-12-17 22:13:48 -05:00
Leopere 9f123bb258
Simplified feedback
Strings were expanding at the wrong location.
2018-12-17 22:13:39 -05:00
Leopere 23e0688383
Leave notes about how to mount an external config 2018-12-17 22:13:37 -05:00
Leopere d9aa1d93a5
Run start as root and chainquery as not
Removed default config
2018-12-17 22:13:37 -05:00
Leopere 97b29f354c
removed unknown flag 2018-12-17 22:13:31 -05:00
Leopere 74d6cc34fe
Started working on start config magic 2018-12-17 22:13:19 -05:00
Leopere 933a61cc4c
Add default config to image 2018-12-17 22:13:07 -05:00
Leopere 11e055fe39
Add config if no config 2018-12-17 22:13:07 -05:00
Leopere cf486bed93
Started working through configuration steps 2018-12-17 22:13:03 -05:00
Leopere 3cc799d5fe fixup 2018-11-29 19:14:02 +00:00
Leopere 5ecc8865a9 Changed network name to avoid string collision 2018-11-29 19:13:06 +00:00
Leopere f262867d77 Adjusted networking to not collide in my dev env 2018-11-29 19:07:39 +00:00
Leopere bb2a839a51
finalized for 11/11 release
readme cleaned up
lbrycrd permissions fixed
2018-11-09 20:07:14 -05:00
Leopere 8d7c2847cf
We could use more powers (all the sudo's) 2018-11-08 17:06:35 -05:00
Leopere 1615756261
Disabling feature that isn't ready yet. 2018-11-06 23:21:25 -05:00
Leopere e86e6b6852
Just make this clickier 2018-11-06 21:08:06 -05:00
Leopere 68cf9f5247
Add todo item for reset switch 2018-11-06 20:58:33 -05:00
Leopere cdc67fb95a
Expose mysql to the internet 2018-11-06 20:58:09 -05:00
Leopere 1cfba4fd69
Baseline tutorial for getting chainquery up asap 2018-11-06 19:37:55 -05:00
Leopere 817af45899
Reduced dependencies and adjusted todo items 2018-11-06 17:36:18 -05:00
Leopere 40a914cbdd
Going dependency-less except for docker stuff now. 2018-11-06 17:26:57 -05:00
Leopere e2627b008f
Adding some more commands, start and completed reset 2018-11-06 17:01:07 -05:00
Leopere 9e5b5fd7d3
Comment everything and added TODO tags 2018-11-06 16:26:54 -05:00
Leopere 6df6beef34
Document everything in quick-bootstrap.sh 2018-11-06 16:26:26 -05:00
Leopere 27066dceca
Document everything in chainquery Dockerfile 2018-11-06 16:23:12 -05:00
Leopere 2295a9df06
Add documentation for quick-bootstrap.sh 2018-11-06 16:00:34 -05:00
Leopere ac7802f158
Adding second checkpoint function 2018-11-06 15:32:38 -05:00
Leopere bf4d5c7d84
closed case 2018-11-06 15:19:50 -05:00
Leopere 5279bc2b4d
naming consistency 2018-11-06 15:13:56 -05:00
Leopere 97f5fcfd13
adding update-bootstrap 2018-11-06 15:11:20 -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 a3285b7967 Updated against a multi stage strategy 2018-10-16 03:28:03 -04:00
Leopere 3c2b861157 Switched to multistage chainquery image 2018-10-16 03:27:45 -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 0fab25736f Adding base database seed script 2018-10-11 22:04:22 -04:00
Leopere 13b91bae04 chainquery needs to be .3 2018-10-10 20:59:58 -04:00
Leopere 3c791bc5e9 chainquery needs to be .3 2018-10-10 20:58:23 -04:00
Leopere e37922c9cf docker-compose build needs to ignore this 2018-10-10 20:13:10 -04:00
chamunks a2e25cf667 Updated networking for exposing a web front end. 2018-10-09 14:33:47 -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