Docker builds #231

Merged
floatingghost merged 6 commits from docker-build-env into develop 2022-10-16 19:25:54 +00:00
2 changed files with 1 additions and 14 deletions
Showing only changes of commit d9b9c1a0f7 - Show all commits

1
.gitignore vendored
View File

@ -22,6 +22,7 @@ vm.args
.mix/
.psql_history
docker-resources/Dockerfile
docker-resources/Caddyfile
pgdata
# Prevent committing custom emojis

View File

@ -1,14 +0,0 @@
# default docker Caddyfile config for Akkoma
#
# Simple installation instructions:
# 1. Replace 'example.tld' with your instance's domain wherever it appears.
akkoma.local.live {
log {
output file /var/log/caddy/akkoma.log
}
encode gzip
reverse_proxy akkoma:4000
}