init orbital-sync docker
This commit is contained in:
10
orbital-sync/docker-compose.yml
Normal file
10
orbital-sync/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
orbital-sync:
|
||||
image: mattwebbio/orbital-sync:1
|
||||
environment:
|
||||
PRIMARY_HOST_BASE_URL: 'http://192.168.1.234:1080'
|
||||
PRIMARY_HOST_PASSWORD: ""
|
||||
SECONDARY_HOSTS_1_BASE_URL: 'http://192.168.1.116'
|
||||
SECONDARY_HOSTS_1_PASSWORD: 'e8JBq59!pwM6Ppj'
|
||||
INTERVAL_MINUTES: 60
|
||||
VERBOSE: true
|
||||
Reference in New Issue
Block a user