Commit graph

20 commits

Author SHA1 Message Date
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
0e5f3823f1 Updated Labels 2018-10-16 03:30:13 -04:00
Leopere
4eeefff641 Updating Labels 2018-10-16 03:29:14 -04:00
Shubham Bhattar
ddeecb94da Merge branch 'master' into master 2018-10-16 01:52:38 +05:30
Leopere
c4e521fb9f A lot of these will probably change
Ideally a neighboring script might run the user through doing this.
2018-10-15 03:08:58 -04:00
Leopere
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.

In certain environments it would make more sense to declare them explicitly
under a environment: directive
2018-10-15 03:07:06 -04:00
Leopere
6a86e29557 Need a copy of this here too. 2018-10-15 03:03:40 -04:00
Leopere
01e14f0029 Tossing this here for now 2018-10-15 03:00:30 -04:00
Leopere
02b356fecb Adding start.sh 2018-10-15 02:59:35 -04:00
Leopere
478cee9e47 Starting in on some multistage 2018-10-15 02:59:17 -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
chamunks
a2e25cf667 Updated networking for exposing a web front end. 2018-10-09 14:33:47 -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