feat(Compose): Passage à Docker Compose et simplification Docker

This commit is contained in:
2022-10-07 18:12:10 +02:00
parent c583cbf108
commit 329b069872
17 changed files with 61 additions and 62 deletions

10
Caddyfile Normal file
View File

@ -0,0 +1,10 @@
:80 {
root * /usr/share/caddy
file_server
handle_errors {
rewrite * /{http.error.status_code}.html
file_server
}
}