-
Notifications
You must be signed in to change notification settings - Fork 10
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 ability to bring up gameboard on AWS. #41
base: master
Are you sure you want to change the base?
Conversation
- Separated database from Dockerfile - added docker-compose example - added .env support, adjusted common.php to read environment variables - adjusted the sql so it could me imported when mysql initialises
- Bump PHP version to 7.4 - Add missing packages (default-mysql-client, nullmailer, cron) - Add back apache hardening configs - Removed UNIQUE constraint from contracts.title (MySQL has maximum of 3072 bytes per key, VARCHAR(1024) in utf8mb4 has 4096)
…eboard into liskaant-docker-compose
@ezeteze lots of changes in one go :)
|
Hi @stamparm although this is mainly done for AWS there is also a docker-compose that can be used to bring up the application. ecsc-gameboard/k8s/mysql/values.yaml Line 103 in 0eeb9e7
ecsc-gameboard/k8s/mysql/values.yaml Line 103 in 0eeb9e7
Still i added the on main.sql to create it if not exists in the case someone tries to bring this up through the setup.sh. |
Check k8s/README.md for instructions.