Updated container definitions for deployment via docker compose

This commit is contained in:
2025-01-17 15:34:20 +00:00
parent e8686d3161
commit 9e5cdcde69
2 changed files with 18 additions and 4 deletions

14
caddy/Caddyfile Normal file
View File

@@ -0,0 +1,14 @@
{
admin off
}
am-d-model.eu {
tls internal
reverse_proxy site:3000 {
health_uri /health
health_interval 30s
health_timeout 10s
health_status 200
}
}