feat:支持纯离线部署
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user