Updated container definitions for deployment via docker compose

This commit is contained in:
2025-01-17 15:34:20 +00:00
parent 6e7de3286d
commit 450dbd3cc1
4 changed files with 18 additions and 18 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
}
}