logchimp
logchimp copied to clipboard
Support for docker hosting
Title says it all.
As in, a dockerfile built for it? Wouldn't be too hard, would it?
Yes, the Dockerfile will get quite large by including Postgresql database.
Dockerfile will only include the LogChimp source code and it can be run using docker-compose.
If the app is not already setup with the following, this would solve any "large db" issues:
- Use a tool or code to run db migrations
- Thereafter seed the initial required data to run the app
What do you think @mittalyashu