This commit is contained in:
2026-08-24 13:26:15 +08:00
parent 961523d94c
commit 75d3e93e6e
3 changed files with 10 additions and 3 deletions
+5 -2
View File
@@ -1,11 +1,14 @@
# 视野后端单机部署:前后端一体单端口,./data 挂载持久化(容器重建不丢授权/订单数据)
services:
observer-server:
build: .
build:
context: .
args:
GOPROXY: https://goproxy.cn,direct
container_name: observer-server
restart: unless-stopped
ports:
- "8080:8080"
- "18080:18080"
volumes:
- ./data:/app/data
environment: