remove nginx

This commit is contained in:
2026-04-10 00:25:43 +02:00
parent 9223e4d35f
commit 764ab5c1b5
4 changed files with 2 additions and 57 deletions
+1 -12
View File
@@ -16,15 +16,4 @@ services:
ports:
- "3300:80"
depends_on:
- backend
nginx:
image: nginx:alpine
restart: unless-stopped
ports:
- "80:80"
volumes:
- ./nginx-conf.conf:/etc/nginx/nginx-conf.conf:ro
depends_on:
- backend
- frontend
- backend