Healthchecks and port mappings for docker-compose #87
No reviewers
Labels
No labels
Accepted
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
Epic
good first issue
hacktoberfest
help wanted
icebox
In Review
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
priority: blocker
priority: high
priority: low
priority: medium
resilience
Tom's Wishlist
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbry-docker#87
Loading…
Reference in a new issue
No description provided.
Delete branch "healthchecks_lbryio/lbry-docker#59"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For https://github.com/lbryio/lbry-docker/issues/59
This looks as though it will lose a lot of the features, however your comment in #59 is right it will improve readability significantly.
The idea is that the configuration uses one replacement mechanism to find the source configuration string and replaces it but this said I have not kept up to date on the default state of the Chainquery configuration in a while so this may be the best method to take at this point.
The goal with my previous start.sh script configuration was to allow people to lean on the docker container via environment variables as that seems to be the most multi container platform compatible solution.
All this said upon my review of my own goals here I'm seeing a few flaws in what I decided on using here as well so as long as we don't lose too much in this PR I will gladly merge it.
Thank you for your contributions!
The proposed start script shouldn't change any behavior. Variables have a
default value that is overridden by environment variables defined in docker.
On Wed, Oct 9, 2019, 10:16 PM Leopere notifications@github.com wrote:
Just looking for replies on the comments, likely 100% acceptable just want to follow up.
Thank you for your PR's
@ -5,3 +5,3 @@
RUN apt-get update && \
apt-get -y install unzip curl && \
apt-get -y install unzip curl busybox-static && \
apt-get autoclean -y && \
Cool trick, I like this!
@ -12,3 +11,3 @@
## https://hub.docker.com/r/_/mariadb/
## Work is underway to support percona
mysql:
image: mysql:5.7.23
Has this been decided proper at this point I spoke with @nikooo777 a month or so ago and was told not to bother.
Also thank you for the cleanup.
@ -41,4 +44,4 @@
lbry-network:
ipv4_address: 10.6.1.3
env_file:
- env
Looks awesome!
Would we prefer to build the production example rather than pull from the LBRY official repo?
This is likely fine but I might've been just pulling the lbrycrd env file due to only needing to know the RPC credentials.
Thanks for your contributions.
@dangarthwaite thanks for the PR!
Can we show you some appreciation for the contribution?
Also, we're giving away some Hacktoberfest bonuses and goodies for this month. We'll get you the form required once you send us an email.