Removed PiHole

This commit is contained in:
2025-07-24 17:33:34 +01:00
parent 412693827e
commit b2234921ff
2 changed files with 2 additions and 26 deletions

View File

@@ -21,11 +21,6 @@ IMMICH_DB_PASSWORD=postgres
IMMICH_DB_USERNAME=postgres # Do not change IMMICH_DB_USERNAME=postgres # Do not change
IMMICH_DB_DATABASE_NAME=immich # Do not change IMMICH_DB_DATABASE_NAME=immich # Do not change
# Pi-hole
PIHOLE=/mnt/md0/pihole
FTLCONF_webserver_api_password="wX<|h(mav(;rGU}FTrz<)x<(J"
FTLCONF_dns_listeningMode=all # If using Docker's default `bridge` network setting the dns listening mode should be set to 'all'
# ------------------- # -------------------
# Home Assistant # Home Assistant

View File

@@ -64,6 +64,8 @@ services:
# --- Gitea --- # --- Gitea ---
gitea: # :3000 gitea: # :3000
ports:
- "22:22"
image: gitea/gitea:latest image: gitea/gitea:latest
container_name: gitea container_name: gitea
restart: unless-stopped restart: unless-stopped
@@ -73,8 +75,6 @@ services:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
networks: networks:
- server-network - server-network
ports:
- "22:22"
# --- Immich Server --- # --- Immich Server ---
immich-server: # immich-server:2283 immich-server: # immich-server:2283
@@ -149,25 +149,6 @@ services:
networks: networks:
- immich-network - immich-network
# --- Pi-hole ---
pihole:
container_name: pihole
image: pihole/pihole:latest
ports:
# DNS Ports
- "53:53/tcp"
- "53:53/udp"
# Default HTTP Port
- "2100:80/tcp"
env_file:
- .env
volumes:
- "${PIHOLE}:/etc/pihole"
cap_add:
# Optional, if Pi-hole should get some more processing time
- SYS_NICE
restart: unless-stopped
# # --- Home Assistant --- # # --- Home Assistant ---
# homeassistant: # homeassistant:
# container_name: homeassistant # container_name: homeassistant