mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 16:35:01 -04:00

* 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>
32 lines
634 B
Text
32 lines
634 B
Text
*~
|
|
.dockerignore
|
|
.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.
|
|
.git/branches
|
|
.git/COMMIT_EDITMSG
|
|
.git/config
|
|
.git/description
|
|
.git/FETCH_HEAD
|
|
.git/hooks
|
|
.git/index
|
|
.git/info
|
|
.git/logs
|
|
.git/objects
|
|
.git/ORIG_HEAD
|
|
.git/packed-refs
|
|
.git/refs/remotes/
|
|
.git/rr-cache/
|
|
.gitignore
|
|
|
|
settings.json
|
|
src/node_modules
|