refactor Nginx configuration for improved backend and frontend proxy handling

This commit is contained in:
2025-08-05 22:41:29 +03:00
parent c5a23b4671
commit af4d262a15
4 changed files with 60 additions and 32 deletions

View File

@ -11,8 +11,6 @@ services:
restart: unless-stopped
front:
image: git.logidex.ru/fakz9/crm-frontend:latest
depends_on:
- back
env_file:
- config/front/.env
networks:
@ -25,6 +23,7 @@ services:
- "443:443"
depends_on:
- back
- front
volumes:
- type: bind
source: ./config/nginx/nginx.conf