-
Notifications
You must be signed in to change notification settings - Fork 431
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 stuff #2057
base: master
Are you sure you want to change the base?
Add docker stuff #2057
Conversation
This reverts commit fb064de.
Hello, thank you, this is nice add for dev server, so i will have add note, as it not exposes cape for "production" with nginx and other to handle load properly. Also kinda interesting is how it handles load of many vms and tcpdumps im a bit busy those days but i will hope to merge this next week with small changes, did you see also this one? https://github.com/CAPESandbox/CAHI ? about configs, instead of create tons of new config, if you want im fine to add block to |
CAPE can run in a docker container.
With the docker-compose.yml you can run the web-interface, result server and database with one command (
docker compose up
).You should still adjust the configuration files in the 'docker/conf' directory which is mounted when using docker compose.
The only parameter that has changed from the defaults is the database connection string.
Also I've removed the comments from the kvm.conf file so the block can be copy-pasted easily.
It sure would be nice to have a settings interface in the web ui at some point.
I'm looking forward to using this with Unraid.