From b2234921ff1c741b5829ed129f148ace37c79687 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Thu, 24 Jul 2025 17:33:34 +0100 Subject: [PATCH] Removed PiHole --- server/.env | 5 ----- server/docker-compose.yml | 23 ++--------------------- 2 files changed, 2 insertions(+), 26 deletions(-) diff --git a/server/.env b/server/.env index 9e245d09..0ad112e7 100644 --- a/server/.env +++ b/server/.env @@ -21,11 +21,6 @@ IMMICH_DB_PASSWORD=postgres IMMICH_DB_USERNAME=postgres # 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 diff --git a/server/docker-compose.yml b/server/docker-compose.yml index f1c1b64a..0102daf3 100644 --- a/server/docker-compose.yml +++ b/server/docker-compose.yml @@ -64,6 +64,8 @@ services: # --- Gitea --- gitea: # :3000 + ports: + - "22:22" image: gitea/gitea:latest container_name: gitea restart: unless-stopped @@ -73,8 +75,6 @@ services: - /etc/localtime:/etc/localtime:ro networks: - server-network - ports: - - "22:22" # --- Immich Server --- immich-server: # immich-server:2283 @@ -149,25 +149,6 @@ services: networks: - 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 --- # homeassistant: # container_name: homeassistant