Fix HTTP deployment flow and redesign bindings workspace

This commit is contained in:
2026-03-04 13:59:38 +08:00
parent 380a78283e
commit f212b68c2c
8 changed files with 578 additions and 275 deletions

View File

@@ -4,13 +4,11 @@ services:
container_name: sentinel-nginx
restart: unless-stopped
ports:
- "80:80"
- "443:443"
- "8016:80"
depends_on:
- sentinel-app
volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
- ./nginx/ssl:/etc/nginx/ssl:ro
- ./frontend/dist:/etc/nginx/html/admin/ui:ro
networks:
- sentinel-net
@@ -29,7 +27,7 @@ services:
- postgres
networks:
- sentinel-net
- llm-shared-net
- shared_network
redis:
image: redis:7-alpine
@@ -49,7 +47,7 @@ services:
- sentinel-net
postgres:
image: postgres:15
image: postgres:16
container_name: sentinel-postgres
restart: unless-stopped
environment:
@@ -69,5 +67,5 @@ volumes:
networks:
sentinel-net:
driver: bridge
llm-shared-net:
shared_network:
external: true