Provide docker-compose setup for production (#1)

* chore: Add docker compose file for production

* chore: Ignoring unnecessary files after initial docker-compose setup for production environment

* chore: Switch to mariadb

* chore: Enable ssl connection for mariadb

* chore: Add ETHERPAD_PLUGINS and more env vars from the kitsteam

* chore: Add config for etherpad plugin ep_delete_after_delay

* chore: Finalize brnach

* chore: Fix wrong chartset passed to etherpad and ueberdb2 config

* docs: Add kits-specific documentation for database migration

Co-authored-by: Gerardo Navarro <gerardo@b310.de>
This commit is contained in:
Gerardo Navarro Suarez 2022-09-20 15:39:42 +02:00 committed by Gerardo Navarro
parent 80c9932008
commit 1714ff6116
6 changed files with 147 additions and 2 deletions

13
.gitignore vendored
View file

@ -21,3 +21,16 @@ out/
/src/bin/convertSettings.json
/src/bin/etherpad-1.deb
/src/bin/node.exe
# Ignoring the dorectory that sortes the local ssl certificates
ca
# Extending gitignore to include also all .env files, e.g. .env.development.local, .env.test, etc.
.env*
!.env.default
!.env.prod.default
# Avoiding accidentally adding local docker-compose*.override file to version control that might contain secrets
docker-compose-prod.override.yml
docker-compose.override.yml
docker-compose*.override.yml