feat: update official docker images

This commit is contained in:
prafull-opensignlabs
2024-08-02 12:46:01 +05:30
parent 375dc86f0a
commit d4e0f05cef
16 changed files with 227 additions and 157 deletions
+7
View File
@@ -0,0 +1,7 @@
{$HOST} {
reverse_proxy client:3000
handle_path /app/* {
reverse_proxy server:8080
rewrite * /app{uri}
}
}