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

18
Caddyfile Normal file
View File

@@ -0,0 +1,18 @@
localhost breccia-mapper-dev breccia-mapper-dev.jagraham.co.uk mapper.gcrf-breccia.com {
tls internal
root * /srv
file_server
@proxy_paths {
not path /static/*
}
reverse_proxy @proxy_paths http://web:8000
log {
output stderr
format single_field common_log
}
}