Opengist Logo Docker Compose

Explore

  • 所有 Gists
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI 由 Opengist 提供支持 ⋅ 39ms

user:thomas 由使用者建立的 Gists

title:mygist Gists 的標題

description:sync gists with given description

filename:myfile.txt Gists 的檔案名稱

extension:yml Gists 的副檔名

language:go Gists 的程式語言

topic:homelab gists with given topic

all:systemctl search all fields

登錄 註冊

simmons777

加入 3 years ago

所有 Gists 2 喜歡的 Gists 2
倒序排序 創建 順序排序 創建 倒序排序 更新 順序排序 更新

simmons777 / Orbital Sync

最後活躍 4 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}'

simmons777 / Docker Socket Proxy

最後活躍 4 months ago

This is a security-enhanced proxy for the Docker Socket.

1 0 1
1 version: '3.3'
2 services:
3 docker-socket-proxy:
4 privileged: false
5 container_name: docker-proxy
6 environment:
7 - LOG_LEVEL=info # debug,info,notice,warning,err,crit,alert,emerg
8 ## Variables match the URL prefix (i.e. AUTH blocks access to /auth/* parts of the API, etc.).
9 # 0 to revoke access.
10 # 1 to grant access.