mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-12 02:01:31 -04:00
chore: Add docker compose file for production
This commit is contained in:
parent
957f957cf9
commit
92c19fce55
3 changed files with 70 additions and 0 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