new file: frontend/nginx.conf

This commit is contained in:
2026-05-15 20:19:47 +03:00
parent 641f9e1d8c
commit 6fc7072639
4 changed files with 35 additions and 2 deletions

View File

@@ -23,5 +23,6 @@ services:
- "80:80"
volumes:
- ./frontend:/usr/share/nginx/html
- ./frontend/nginx.conf:/etc/nginx/conf.d/default.conf
depends_on:
- backend