add domain to caddy file via env variable

This commit is contained in:
2024-03-12 08:03:42 -05:00
parent 7a1dfa3165
commit 05c948fd16
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
localhost {
{$DOMAIN} {
reverse_proxy app:3000
}