Last active 2 months ago
Orbital Sync synchronizes multiple Pi-hole instances for high availability (HA) using the built-in "teleporter".
0
0
1
| 1 | version: '3' |
| 2 | services: |
| 3 | orbital-sync: |
| 4 | container_name: orbital-sync |
| 5 | image: mattwebbio/orbital-sync:latest |
| 6 | network_mode: bridge |
| 7 | restart: unless-stopped |
| 8 | environment: |
| 9 | PRIMARY_HOST_BASE_URL: 'http://{YOUR PRIMARY PIHOLE IP}:8008/' |
| 10 | PRIMARY_HOST_PASSWORD: '{YOUR PRIMARY PIHOLE PASSWORD}' |