Commit graph

103 commits

Author SHA1 Message Date
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
d0ac528aaf bump to last update 2018-10-02 17:25:19 -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
164ed1515b Updating IP's to further avoid collisions 2018-10-02 17:08:17 -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
b879bfaf3e Updated git repository location for spee.ch 2018-10-02 16:55:58 -04:00
Leopere
cea893f744 Added networking and traefik label 2018-10-02 16:54:18 -04:00
Leopere
aebce8bfc2 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
8519982037 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
67fe213e2a Adding envvars for use in docker-compose.yml 2018-10-02 16:36:52 -04:00
Leopere
9ab7f8a81f This is just a placeholder mostly for future work 2018-10-02 16:36:26 -04:00
Leopere
a692c729f8 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
803dec45cb 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
99ac0f950c Adding basic .gitignore for data dir 2018-10-02 15:44:59 -04:00
Leopere
3b06dec395 Updated comments 2018-10-02 15:36:13 -04:00
Leopere
bafe1686dc Update README.md for spee.ch
Declaring status of the spee.ch container.
2018-09-30 17:25:48 -04:00
Leopere
2e8038f989 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
3aa5532bd2 Updated README.md for lbrynet-daemon 2018-09-30 17:12:58 -04:00
Leopere
dce8322b25 Updated documentation for directories 2018-09-30 16:47:40 -04:00
Leopere
2acc241fa9 Added README.md for the lbrynet-daemon compile container 2018-09-30 16:32:31 -04:00
Leopere
99d54236eb 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
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
Leopere
05765e902c Updated docker-compose.yml for spee.ch
Updated comments for clarity and usage cases
Corrected pathing for host volumes
Applied envvars from the neighboring .env file

:100644 100644 94820c6 0b49a14 M	www.spee.ch/docker-compose.yml
2018-09-30 16:22:20 -04:00
Leopere
0188954a8e Added .gitignore for spee.ch directory 2018-09-30 16:20:36 -04:00
Leopere
ee9b46d221 Added .env file for spee.ch container 2018-09-30 16:20:19 -04:00
Leopere
452bb768a7 Updated comments for lbrynet-daemon Dockerfile 2018-09-30 16:18:26 -04:00
Leopere
9768a46266 Updated docker-compose.yml 2018-09-30 16:17:53 -04:00
Leopere
4bb1f47c16 Added .gitignore 2018-09-30 16:17:27 -04:00
Leopere
eaa1a2eaf5 Expansion on goals section of spee.ch README 2018-06-05 14:45:12 -04:00
Leopere
33113ef00c Permissions setting is being janky disabled for now
Final commit for a while
2018-06-05 14:23:49 -04:00
Leopere
48a55c5939 Using cp instead of mv
Disabling permissions assertion for now.
2018-06-05 14:20:51 -04:00
Leopere
c0b9ec1312 removed set -u it breaks unbound vars 2018-06-05 14:06:45 -04:00
Leopere
0ea82f41c5 Sed apparently supports custom separators 2018-06-05 13:59:05 -04:00
Leopere
d6cd2f6b51 Adding node-gyp package
Configuration advancements
2018-06-05 13:55:52 -04:00