Ohad Lutzky
1e36cb2211
Make docker-compose examples unicorn-appropriate
...
See https://pythonspeed.com/articles/gunicorn-in-docker/
Fixes https://github.com/babybuddy/babybuddy/issues/227
2021-06-25 12:18:15 -07:00
Sam
1b3f87ad8c
Update docker compose files for Portainer compatibility ( #179 )
...
* Update docker-compose.example.sqlite.yml
Add inline comments, tweak version to 2.4 for Portainer compatibility, add friendly container name.
* Update docker-compose.example.sqlite.yml
Add restart: unless-stopped
* Update docker-compose.example.yml
Update with more inline notes, friendly container names, and portainer deployment notes. Add "unless-stopped" restart parameter for auto restarting of containers.
* Update docker-compose.example.yml
Resolve pull comments
* Update docker-compose.example.sqlite.yml
Resolve pull comments
* Update docker-compose.example.yml
Adjust spacing of inline comments
* Update docker-compose.example.yml
Change back to DB_PASSWORD to conform to latest rebase of master
* Update docker-compose.example.sqlite.yml
* Update docker-compose.example.yml
2021-01-05 21:05:16 -08:00
Zutart
4733ec0b83
Improve database setting configuration options ( #182 )
...
* Updated docker.py to allow for custom PSQL env input
* Updated README.md with new PSQL env variables
* Updated with new variable names and adjusted inline logic
* Updated README.md to reflect new env variable names
* Updated database password fallback to prevent breaking existing deployments
* Updated with new env variables
* Further edits per PR discussion
* Removed unnecessary variables from example docker-compose file
2021-01-04 18:06:11 -08:00
Maximilian Kindshofer
c14f5b19b0
remove collect static as mentioned in PR
2020-04-22 08:47:53 +02:00
MaximilianKindshofer
d695afef90
fix(Docker): Fixed Docker-Compose-Example
...
The docker-compose example now runs out of the box, when the env variables are supplied. Migrations are
applied at startup and cachetable is created.
Closes #141
2020-04-18 18:30:35 +02:00
MaximilianKindshofer
85777d0b9a
fix(Docker): Fixed Docker-Compose-Example
...
The docker-compose example now runs out of the box. Migrations are
applied at startup and cachetable is created.
Closes #141
2020-04-18 18:28:51 +02:00
Christopher C. Wells
3066b7f62f
Add persistent storage for media in example Docker Compose config
2020-02-08 20:22:36 -08:00
Christopher C. Wells
c16ba31aef
Update Docker Hub repo ( #112 )
2020-02-07 11:55:36 -08:00
Christopher C. Wells
5b24ff21b6
Move environment variables to example Docker Compose file ( #110 )
2020-02-04 11:30:19 -08:00
Christopher C. Wells
5c8fc91538
Update Docker deployment documentation ( #106 )
2020-02-02 14:14:27 -08:00