add: kosync
This commit is contained in:
14
kosync/docker-compose.yaml
Normal file
14
kosync/docker-compose.yaml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
version: "3.8"
|
||||||
|
|
||||||
|
services:
|
||||||
|
kosync:
|
||||||
|
image: koreader/kosync:latest
|
||||||
|
container_name: kosync
|
||||||
|
ports:
|
||||||
|
- "8014:7200"
|
||||||
|
volumes:
|
||||||
|
- /docker/kosync/logs/app:/app/koreader-sync-server/logs
|
||||||
|
- /docker/kosync/logs/redis:/var/log/redis
|
||||||
|
- /docker/kosync/data/redis:/var/lib/redis
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
Reference in New Issue
Block a user