feat: implement custom node.js sync server and secure extension client with login/register UI
This commit is contained in:
12
server/docker-compose.yml
Normal file
12
server/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
quickpurge-sync:
|
||||
build: .
|
||||
container_name: quickpurge-sync
|
||||
restart: always
|
||||
ports:
|
||||
- "3001:3001"
|
||||
volumes:
|
||||
# 将数据目录整体挂载,防止被 Docker 误识别为文件夹
|
||||
- ./data:/app/data
|
||||
Reference in New Issue
Block a user