build: add docker-compose deployment

This commit is contained in:
James Graham
2021-07-30 16:42:51 +01:00
parent 40c138de00
commit d2093f849a
6 changed files with 88 additions and 1 deletions

16
.dockerignore Normal file
View File

@@ -0,0 +1,16 @@
.dbbackup/
.idea/
.mypy_cache/
.vagrant/
.venv/
venv/
.vscode/
Caddyfile
docker-compose.yml
mail.log/
/roles/
/static/
*.sqlite3*
*.log*
deployment*