Commit graph

15 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
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
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
b2e26baec8 made debugpaste-it.sh executable 2018-10-06 20:24:39 -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
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
a26e3ca9f2 Updated network instantiation script 2018-10-02 17:04:30 -04:00
Leopere
dc010bcc54 Replaced network name so it won't collide in my test environment 2018-10-02 17:02:42 -04:00
Leopere
8ce092fc25 Added docker-compose.yml definition for a RevProxy 2018-09-30 16:26:25 -04:00
Leopere
8d7f5556bc added .env file for traefik container 2018-09-30 16:25:23 -04:00
Leopere
6658884f34 Added traefik.toml
This toml file is setup in a way to make traefik automaticall upgrade all connections to TLS that are behind the Traefik proxy.
You will need to change some strings.
2018-09-30 16:25:02 -04:00
Leopere
690443a669 Added network-up.sh
Including the command as a script for lazy people to setup the traefik network for reverse proxies.
2018-09-30 16:24:11 -04:00