Finished development

Caddy
Frontend
And backend
are now running
This commit is contained in:
Leons Aleksandrovs
2025-07-03 21:58:49 +03:00
parent 6130fc8abf
commit 2ad7b27fd5
6 changed files with 150 additions and 17 deletions
+8
View File
@@ -2,3 +2,11 @@
admin off
auto_https off
}
:8080 {
reverse_proxy frontend:3000
handle_path /api* {
reverse_proxy backend:8080
}
}