remove nginx

This commit is contained in:
2026-04-10 00:25:43 +02:00
parent 9223e4d35f
commit 8a96c0529f
6 changed files with 9 additions and 13 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ events {
}
http {
upstream backend { server backend:3301; }
upstream backend { server backend:3010; }
upstream frontend { server frontend:80; }
server {