refactor Nginx configuration for improved backend and frontend proxy handling
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user