Add caddy file and update docker compose. Added IMS_TOKEN validation.

This commit is contained in:
Patrick Fic
2022-05-11 16:28:47 -07:00
parent 2928b614aa
commit 789fe501db
10 changed files with 1806 additions and 1740 deletions

4
Caddyfile Normal file
View File

@@ -0,0 +1,4 @@
domain.com {
reverse_proxy ims:8000
}