This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
PiHole
Veerendra edited this page Apr 21, 2023
·
9 revisions
Default Credentials | - Username: admin - Password: changeme
|
Traefik Reverse Proxy Location | /admin |
- Docker swarm stack services/pihole
- Pre ansible tasks tasks/pihole.yml which are required to run before deploying the service, covers steps mentioned in docker-pi-hole#installing-on-ubuntu-or-fedora)
Docker containers in this stack
- Pihole
- Traefik reverse proxy locations are configured with labels
Config | Description |
---|---|
services/pihole/.env | Pihole configuration |
services/pihole/pihole/custom.list | Custom DNS entries |
cd services/pihole
$ tree .
.
├── docker-stack.yml
├── pihole
│ └── custom.list
└── secrets
└── pihole_admin_password.txt
3 directories, 3 files