mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-12 02:01:31 -04:00
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:
parent
80c9932008
commit
1714ff6116
6 changed files with 147 additions and 2 deletions
|
@ -3,6 +3,12 @@
|
|||
.hg
|
||||
Dockerfile
|
||||
|
||||
# Ignoring all docker compose files as they are not needed
|
||||
docker-compose*.yml
|
||||
|
||||
# Ignoring all env files from the host machine to avoid unexpected side effects
|
||||
.env*
|
||||
|
||||
# Remove the git objects, logs, etc. to make final image smaller.
|
||||
# Some files still need to be in the .git directory, because Etherpad at
|
||||
# startup uses them to discover its version number.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue