moved all files up a folder
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
plex-db-sync:
|
||||
container_name: plex-db-sync
|
||||
hostname: plexdbsync
|
||||
image: nowsci/plex-db-sync
|
||||
environment:
|
||||
- CRON=0 4 * * *
|
||||
- S1_SSH_KEY=/sshkey/dockerserver-03.pds
|
||||
- S1_SSH_USER=akanealw
|
||||
- S1_SSH_HOST=192.168.1.33
|
||||
- S1_SSH_PORT=22
|
||||
- S1_SSH_PATH=""/docker/appdata/plex/Library/Application Support/Plex Media Server/Plug-in Support/Databases/""
|
||||
- S1_START=ssh -oStrictHostKeyChecking=no -i /sshkey/dockerserver-03.pds akanealw@192.168.1.33 'cd /docker/compose; sudo docker start plex'
|
||||
- S1_STOP=ssh -oStrictHostKeyChecking=no -i /sshkey/dockerserver-03.pds akanealw@192.168.1.33 'cd /docker/compose; sudo docker stop plex'
|
||||
- S2_DB_PATH=/mnt/DB2
|
||||
- S2_START=cd /docker/compose; sudo docker start plex
|
||||
- S2_STOP=cd /docker/compose; sudo docker stop plex
|
||||
- INITIALRUN=false
|
||||
cap_add:
|
||||
- SYS_ADMIN
|
||||
devices:
|
||||
- /dev/fuse
|
||||
security_opt:
|
||||
- apparmor:unconfined
|
||||
restart: always
|
||||
volumes:
|
||||
- /docker/appdata/plex-db-sync/sshkey:/sshkey
|
||||
- /docker/appdata/plex/Library/Application Support/Plex Media Server/Plug-in Support/Databases:/mnt/DB2
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
Reference in New Issue
Block a user