mirror of
https://github.com/lovelaze/nebula-sync.git
synced 2025-11-05 18:29:19 +01:00
10 lines
299 B
YAML
10 lines
299 B
YAML
---
|
|
services:
|
|
nebula-sync:
|
|
image: ghcr.io/lovelaze/nebula-sync:latest
|
|
container_name: nebula-sync
|
|
environment:
|
|
- PRIMARY=http://ph1.example.com|password
|
|
- REPLICAS=http://ph2.example.com|password,http://ph3.example.com|password
|
|
- FULL_SYNC=true
|
|
- CRON=0 * * * * |