add: pihole
This commit is contained in:
parent
38ae25cde3
commit
4f58d25870
@ -8,7 +8,7 @@ services:
|
|||||||
- "53:53/tcp"
|
- "53:53/tcp"
|
||||||
- "53:53/udp"
|
- "53:53/udp"
|
||||||
# - "67:67/udp" # Only required if you are using Pi-hole as your DHCP server
|
# - "67:67/udp" # Only required if you are using Pi-hole as your DHCP server
|
||||||
- "80:80/tcp"
|
- "4114:80/tcp"
|
||||||
environment:
|
environment:
|
||||||
TZ: 'America/Chicago'
|
TZ: 'America/Chicago'
|
||||||
# WEBPASSWORD: 'set a secure password here or it will be random'
|
# WEBPASSWORD: 'set a secure password here or it will be random'
|
||||||
|
|||||||
@ -19,3 +19,7 @@ router redirects port range 4100-4200 to the infra server
|
|||||||
| 4110 | nexus | docker registry |
|
| 4110 | nexus | docker registry |
|
||||||
| 4111 | vaultwarden | web |
|
| 4111 | vaultwarden | web |
|
||||||
| 4112 | jenkins | jenkins |
|
| 4112 | jenkins | jenkins |
|
||||||
|
| 80 | traefik | traefic proxy |
|
||||||
|
| 4113 | traefik | traefik webui |
|
||||||
|
| 53 | pihole | pihole dns |
|
||||||
|
| 4114 | pihole | pihole web |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user