chore: Add docker compose file for production

This commit is contained in:
Gerardo Navarro 2022-08-21 16:11:19 +02:00
parent 957f957cf9
commit 92c19fce55
3 changed files with 70 additions and 0 deletions

View file

@ -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.