-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Docker Compose support #64
Comments
i too would love this <3 |
ive been working on something here.
fixed my database import issues by not using a docker volume and instead a local mount. things seem fine now. |
please add code to install php extensions, which includes: 'mysqli', 'curl', 'openssl', 'soap', 'gd', 'gmp', 'mbstring', 'intl', 'json', 'xml', 'zip' and make a pull request. |
Ideally, a FusionCMS Docker image should be created in order to avoid downloading the releases manually. |
Is your feature request related to a problem? Please describe.
My whole World of Warcraft server is running with Docker Swarm (Compose files).
Describe the solution you'd like
I'd like to be able to host FusionCMS with Docker (Compose, Swarm) so that it's self-contained and my server doesn't run manually installed/configured programs.
With environment variables, it should be possible to configure the whole CMS so that the user doesn't need to read the code.
Describe alternatives you've considered
Installing as described in the docs.
The text was updated successfully, but these errors were encountered: