Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docker-compose #102

Open
FoxxMD opened this issue Aug 9, 2022 · 1 comment
Open

Add docker-compose #102

FoxxMD opened this issue Aug 9, 2022 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@FoxxMD
Copy link
Owner

FoxxMD commented Aug 9, 2022

It's about time I made a production-ready one-click setup for CM.

CM can be run as-is, without docker-compose, because it uses sensible defaults and can generate dependencies as plain files (sqlite db) or use memory (memory cache) when none is provided.

However, to run in production, CM really should have proper databases and cache dependencies to in order to scale properly. DB should be mysql/postgres and cache should be Redis.

Additionally, adding (optional) reverse image/full text search would require elasticsearch as a dependency #101 without a substitute available.

A docker-compose file would make all these production dependencies available with one-click setup and I can make sure they are configured correctly.

@FoxxMD FoxxMD added the enhancement New feature or request label Aug 9, 2022
@FoxxMD
Copy link
Owner Author

FoxxMD commented Nov 1, 2022

Implemented in e11a1d2

@FoxxMD FoxxMD added this to the 1.0 milestone Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant