1774789119

This commit is contained in:
Docker7530
2026-03-29 20:58:42 +08:00
parent 10b7d60a86
commit d34d77c34d
12 changed files with 98 additions and 46 deletions
+17
View File
@@ -0,0 +1,17 @@
```
services:
sub-store:
image: xream/sub-store:http-meta
container_name: sub-store
restart: always
network_mode: host
environment:
SUB_STORE_BACKEND_API_HOST: 127.0.0.1
SUB_STORE_BACKEND_API_PORT: 3001
SUB_STORE_BACKEND_MERGE: true
SUB_STORE_FRONTEND_BACKEND_PATH: /PVM!xwm7hkz4hek2xjy
PORT: 9876
HOST: 127.0.0.1
volumes:
- /opt/docker/data/sub-store:/opt/app/data
```