remove nginx

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