⛔ DEPRECATED A multi-architecture image for Baby Buddy.
This image has been depcrecated. Please use the linuxserver.io version instead.
- sqlite
- postgres (optional)
$ docker run -d \
--name=babybuddy \
-e ALLOWED_HOSTS=* \ `# comma separated list of IP addresses or hosts that can access the web UI`
-e DJANGO_SETTINGS_MODULE=babybuddy.settings.base
-e SECRET_KEY="password" \ `# Generate a random string here to secure the Django instance`
-e TIME_ZONE=America/Los_Angeles \ `# In the tzdata format, IE, "America/Denver"`
-e DEBUG=False \ `# Turn to False in production`
-p 8000:8000 \
--restart unless-stopped \
nicholaswilde/babybuddy
default user | password |
---|---|
admin | admin |
user | uid |
---|---|
abc | 911 |
$ chown -R 911:911 ./data
See docs.
Note: This image can't be pushed to the image registries using github-actions because it takes too long to build and timeouts.
See docs.
If you want to automatically generate README.md
files with a pre-commit hook, make sure you
install the pre-commit binary, and add a .pre-commit-config.yaml file
to your project. Then run:
$ pre-commit install
$ pre-commit install-hooks
Currently, this only works on amd64
systems.
This project was started in 2021 by Nicholas Wilde.