feat:支持纯离线部署

This commit is contained in:
2026-03-04 16:04:19 +08:00
parent bafae32c76
commit 663999f173
3 changed files with 82 additions and 6 deletions

View File

@@ -14,14 +14,13 @@ services:
- sentinel-net
sentinel-app:
build:
context: .
dockerfile: Dockerfile
image: key-ip-sentinel:latest
container_name: sentinel-app
restart: unless-stopped
env_file:
- .env
volumes:
- ./app:/app/app:ro
depends_on:
- redis
- postgres