mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-09 15:07:36 +08:00
55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
|
{
|
||
|
"aio_services_v1": [
|
||
|
{
|
||
|
"container_name": "nextcloud-aio-pihole",
|
||
|
"display_name": "Pi-hole",
|
||
|
"image": "pihole/pihole",
|
||
|
"image_tag": "latest",
|
||
|
"internal_port": "8573",
|
||
|
"restart": "unless-stopped",
|
||
|
"ports": [
|
||
|
{
|
||
|
"ip_binding": "",
|
||
|
"port_number": "53",
|
||
|
"protocol": "tcp"
|
||
|
},
|
||
|
{
|
||
|
"ip_binding": "",
|
||
|
"port_number": "53",
|
||
|
"protocol": "udp"
|
||
|
},
|
||
|
{
|
||
|
"ip_binding": "",
|
||
|
"port_number": "8573",
|
||
|
"protocol": "tcp"
|
||
|
}
|
||
|
],
|
||
|
"environment": [
|
||
|
"TZ=%TIMEZONE%",
|
||
|
"WEBPASSWORD=%PIHOLE_WEBPASSWORD%",
|
||
|
"DNSMASQ_LISTENING=all",
|
||
|
"WEB_PORT=8573"
|
||
|
],
|
||
|
"volumes": [
|
||
|
{
|
||
|
"source": "nextcloud_aio_pihole",
|
||
|
"destination": "/etc/pihole",
|
||
|
"writeable": true
|
||
|
},
|
||
|
{
|
||
|
"source": "nextcloud_aio_pihole_dnsmasq",
|
||
|
"destination": "/etc/dnsmasq.d",
|
||
|
"writeable": true
|
||
|
}
|
||
|
],
|
||
|
"backup_volumes": [
|
||
|
"nextcloud_aio_pihole",
|
||
|
"nextcloud_aio_pihole_dnsmasq"
|
||
|
],
|
||
|
"secrets": [
|
||
|
"PIHOLE_WEBPASSWORD"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|