Commit graph

118 commits

Author SHA1 Message Date
Leopere
749bec6b90 Typed the wrong user 2018-10-03 14:30:18 -04:00
Leopere
1656b5017f More re-organization and removed duplicate RUN 2018-10-03 14:29:00 -04:00
Leopere
7c2efd81da Slight reorganization 2018-10-03 14:27:13 -04:00
Leopere
753fae8617 No need for volumes 2018-10-03 14:25:56 -04:00
Leopere
f1282705ab Added ports to expose 2018-10-03 14:24:05 -04:00
Leopere
26f358f79e Defined FROM directive 2018-10-03 14:17:22 -04:00
Leopere
1db6419781 Expose chainquery SQL query service 2018-10-03 14:12:38 -04:00
Leopere
f2820e1ce8 Base Dockerfile based on my testing
The chainquery binary is going to be installed into $PATH
This entire appliance has no real need for a data directory so consider
moving the home of the chainquery user to just be in /etc/chainquery/
where the config can be located more permanently.
2018-10-03 14:12:23 -04:00
Leopere
5709c2b616 Added mariadb envvars 2018-10-03 13:48:37 -04:00
Leopere
62e3e89dbc Adding .env file section for MariaDB 2018-10-03 13:45:32 -04:00
Leopere
331c17a263 Removed duplicate line 2018-10-03 13:44:57 -04:00
Leopere
a386bfa451 Added simple docker entrypoint for now. 2018-10-03 13:44:30 -04:00
Leopere
a888d36d3c Committing start.sh
This will likely be mostly an unnecessary file unless we get more flags
For now it just asserts recursive dir perms.
2018-10-03 13:39:28 -04:00
Leopere
3099391357 Adding a basic toml file for testing 2018-10-03 13:37:58 -04:00
Leopere
2fcf2a7c69 Added mariadb definition 2018-10-03 13:25:29 -04:00
Leopere
336f968ce0 No need to add a subdirectory here 2018-10-02 18:26:46 -04:00
Leopere
e7219830fa This is in the $PATH now 2018-10-02 18:11:43 -04:00
Leopere
b1a761293a Removed superfluous mkdir 2018-10-02 18:08:42 -04:00
Leopere
d78bafd729 Adjusting some logic with command execution order 2018-10-02 18:08:07 -04:00
Leopere
0a94ba503e 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
a4b2cd323c 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
8da92b4b2a Throw in an +x to save the day 2018-10-02 17:40:11 -04:00
Leopere
ac3682cc7d Docker didn't like the last path 2018-10-02 17:37:23 -04:00
Leopere
cc11ddc1ec switching from apt to apt-get to avoid complaining 2018-10-02 17:31:32 -04:00
Leopere
e25c10fff5 More network tweaking 2018-10-02 17:28:35 -04:00
Leopere
5dcc8635f2 bump to last update 2018-10-02 17:25:33 -04:00
Leopere
b305b517ff bump to last update 2018-10-02 17:25:19 -04:00
Leopere
96cd137449 adjusted network configuration 2018-10-02 17:24:42 -04:00
Leopere
eade911a0a This shouldn't collide in my testing env 2018-10-02 17:22:47 -04:00
Leopere
09a2a88019 Updating IP's to further avoid collisions 2018-10-02 17:08:17 -04:00
Leopere
7d9d79dfc0 Updating IP's to further avoid collisions 2018-10-02 17:08:00 -04:00
Leopere
3d751b68f1 Updated network instantiation script 2018-10-02 17:04:30 -04:00
Leopere
519af6f345 Replaced network name so it won't collide in my test environment 2018-10-02 17:02:42 -04:00
Leopere
7238ce376c Updated git repository location for spee.ch 2018-10-02 16:55:58 -04:00
Leopere
d399d87a0e Added networking and traefik label 2018-10-02 16:54:18 -04:00
Leopere
0be5ccbc58 Adding lbrycrd docker-compose.yml
This will spin up a lbrycrdd instance based off of the neighboring Dockerfile
The instance will be prepared to be part of a cluster using an external, to the container, network.
The label is to ensure that if there is a Traefik reverse proxy available on the docker host that it won't be exposed publicly.
2018-10-02 16:53:07 -04:00
Leopere
08f2337f5f Committing base Dockerfile for lbrycrdd
This commit should contain a working lbrycrdd inside of a Docker container.
The idea is that this should work by default and store a few things on the host system for persistence.
2018-10-02 16:38:34 -04:00
Leopere
f7a136808d Adding envvars for use in docker-compose.yml 2018-10-02 16:36:52 -04:00
Leopere
74dedea7a6 This is just a placeholder mostly for future work 2018-10-02 16:36:26 -04:00
Leopere
9699636912 Adding start.sh with some defaults
With permissions assertions to boot.
Added a few arguments to start with.  I may change how this is done but I likely won't change the user facing side.
2018-10-02 16:33:20 -04:00
Leopere
13d06b9035 Random RPC passwords on startup
Pulling example from https://github.com/lbryio/chainquery#lbrycrd
This should establish a random RPC pass every time the containers start
2018-10-02 16:16:38 -04:00
Leopere
7f3345afaf Adding basic .gitignore for data dir 2018-10-02 15:44:59 -04:00
Leopere
44e493fa9d Updated comments 2018-10-02 15:36:13 -04:00
Leopere
dddec19d23 Update README.md for spee.ch
Declaring status of the spee.ch container.
2018-09-30 17:25:48 -04:00
Leopere
4cab98813d Updated to use main spee.ch repo
The original concept was to pull the now deprecated www.spee.ch multisite repo.
2018-09-30 17:18:46 -04:00
Leopere
a4bceb4354 Updated README.md for lbrynet-daemon 2018-09-30 17:12:58 -04:00
Leopere
91ed25da05 Updated documentation for directories 2018-09-30 16:47:40 -04:00
Leopere
3782164242 Added README.md for the lbrynet-daemon compile container 2018-09-30 16:32:31 -04:00
Leopere
3793ce015d Adding placeholder Dockerfile
The intent of this Dockerfile is to eventually contain the Lbrynet-daemon build process.
2018-09-30 16:32:03 -04:00
Leopere
5e1638edcb Added docker-compose.yml definition for a RevProxy 2018-09-30 16:26:25 -04:00