mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 13:41:56 +00:00
Updated container definitions for deployment via docker compose
This commit is contained in:
14
caddy/Caddyfile
Normal file
14
caddy/Caddyfile
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user