Douglas_D Posted May 21, 2020 Posted May 21, 2020 (edited) Hi all, I have a new one on the way and am looking at self-hosted baby tracking. I've been trying to figure out how to setup https://github.com/babybuddy/babybuddy for quite some time now. Does anyone have any tutorials that may closely resemble the install method outlined under the Docker section of this github? I've tried going through community apps to install it by searching the Docker Hub, but it looks like that interface isn't able to access any of the parameters that need to be edited to make this work. I also watched SpaceInvaderOne's Jitsi installation video that uses docker-compose with hopes it would help me figure out what is happening with this docker, but it doesn't seem to fit the same format for configuration files. Anyone else out there that's a wizard with docker-compose willing to take a look at the instructions and point me in the right direction? Maybe even more documentation or videos to watch? As a last resort, I tried to install Docker for Windows on my unRaid Win10 VM, which was really a bad idea. It broke my VM until I could boot into it baremetal and strip Docker installation out and run CCleaner to remove residual files. Here are the instructions from babybuddy to save someone a click Quote Docker A Docker deployment requires Docker Engine v18.06.0+ and Docker Compose v1.22.0+ to create two containers: one for the database and one for the application. The example docker-compose.example.yml file provided in this repository is intended for production deployments. Baby Buddy is deployed to Docker Hub as babybuddy/babybuddy so this is the only file needed for a Docker deployment with Docker Compose. 1. Copy the contents of docker-compose.example.yml as docker-compose.yml and set, at least, the ALLOWED_HOSTS and SECRET_KEY variables under services:app:environment. See Configuration for other settings that can be controlled by environment variables. 2. Build/run the application docker-compose up -d The app should now be locally available at http://127.0.0.1:8000. See Docker's "Get Started" documentation for detailed information about deployment methods with Docker. And the Dockerfile FROM python:3 as app ENV PYTHONUNBUFFERED 1 RUN pip install --upgrade pipenv gunicorn WORKDIR /app COPY Pipfile /app/ COPY Pipfile.lock /app/ RUN pipenv install --deploy --system ADD manage.py /app/ ADD api /app/api ADD babybuddy /app/babybuddy ADD core /app/core ADD dashboard /app/dashboard ADD reports /app/reports ADD static /app/static ADD etc/gunicorn.py /app/ Edited May 21, 2020 by Douglas_D Quote
jrjong11 Posted October 24, 2020 Posted October 24, 2020 (edited) On 5/21/2020 at 11:41 PM, Douglas_D said: Hi all, I have a new one on the way and am looking at self-hosted baby tracking. I've been trying to figure out how to setup https://one2step.net/aka-ms-remoteconnect-minecraft for quite some time now. Does anyone have any tutorials that may closely resemble the install method outlined under the Docker section of this github? I've tried going through community apps to install it by searching the Docker Hub, but it looks like that interface isn't able to access any of the parameters that need to be edited to make this work. I also watched SpaceInvaderOne's Jitsi installation video that uses docker-compose with hopes it would help me figure out what is happening with this docker, but it doesn't seem to fit the same format for configuration files. Anyone else out there that's a wizard with docker-compose willing to take a look at the instructions and point me in the right direction? Maybe even more documentation or videos to watch? As a last resort, I tried to install Docker for Windows on my unRaid Win10 VM, which was really a bad idea. It broke my VM until I could boot into it baremetal and strip Docker installation out and run CCleaner to remove residual files. Here are the instructions from babybuddy to save someone a click And the Dockerfile FROM python:3 as app ENV PYTHONUNBUFFERED 1 RUN pip install --upgrade pipenv gunicorn WORKDIR /app COPY Pipfile /app/ COPY Pipfile.lock /app/ RUN pipenv install --deploy --system ADD manage.py /app/ ADD api /app/api ADD babybuddy /app/babybuddy ADD core /app/core ADD dashboard /app/dashboard ADD reports /app/reports ADD static /app/static ADD etc/gunicorn.py /app/ Any Update on this OP? Edited November 8, 2020 by jrjong11 Quote
jcgoette Posted November 5, 2020 Posted November 5, 2020 Where are you trying to install this? I just did it on AWS last night so I could give you some steps while they are fresh on my mind. Quote
trurl Posted November 5, 2020 Posted November 5, 2020 6 hours ago, jcgoette said: Where are you trying to install this? Since this is the Unraid forum I assume they want to install it on Unraid. Quote
TD01 Posted November 11, 2020 Posted November 11, 2020 I hope you find the way. I have been trying to install a docker from docker hub but i did not find any manual or any instruction, please if you find anything just reply to me. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.