feat(prod): optimised backend image

This commit is contained in:
Leons Aleksandrovs
2025-07-13 20:44:13 +03:00
parent b4e4f3e53f
commit 60ce25e95c
6 changed files with 101 additions and 4 deletions
View File
+13
View File
@@ -0,0 +1,13 @@
{
admin off
auto_https off
}
:8080 {
encode
reverse_proxy frontend:3000
handle_path /api* {
reverse_proxy backend:8080
}
}