Compare commits

...

2 Commits

Author SHA1 Message Date
Siina Mashek 261ae5a620 Removing nginx proxy manager 2023-07-24 16:20:47 +03:00
Siina Mashek 13ec178035 Updating pihole docker config 2023-07-24 16:20:35 +03:00
4 changed files with 7 additions and 17 deletions

View File

@ -1 +0,0 @@
BASE_DATA_DIR=

View File

@ -1,16 +0,0 @@
version: '3.8'
services:
app:
image: jc21/nginx-proxy-manager:latest
container_name: nginx-proxy-manager
restart: unless-stopped
ports:
- 80:80
- 81:81
- 443:443
volumes:
- ${BASE_DATA_DIR}/nginx-proxy-manager/data:/data
- ${BASE_DATA_DIR}/nginx-proxy-manager/letsencrypt:/etc/letsencrypt
networks:
default:
name: nginx-proxy-manager

View File

@ -1,3 +1,4 @@
BASE_DATA_DIR=
TZ=
WEB_PORT=
WEBPASSWORD=

View File

@ -5,8 +5,14 @@ services:
container_name: pihole
restart: unless-stopped
network_mode: host
ports:
- "53:53/tcp"
- "53:53/udp"
- "67:67/udp" # Only required if you are using Pi-hole as your DHCP server
- "8088:8088/tcp"
environment:
TZ: ${TZ}
WEB_PORT: ${WEB_PORT}
WEBPASSWORD: ${WEBPASSWORD}
volumes:
- ${BASE_DATA_DIR}/pihole/etc-pihole:/etc/pihole