fix pihole internal ip
This commit is contained in:
@@ -2,7 +2,6 @@ services:
|
|||||||
cloudflare_ddns:
|
cloudflare_ddns:
|
||||||
container_name: cloudflare-ddns
|
container_name: cloudflare-ddns
|
||||||
dns:
|
dns:
|
||||||
- 127.0.0.1
|
|
||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
@@ -4,7 +4,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- postgresql
|
- postgresql
|
||||||
dns:
|
dns:
|
||||||
- 127.0.0.1
|
- 172.19.0.3
|
||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
@@ -29,7 +29,7 @@ services:
|
|||||||
postgresql:
|
postgresql:
|
||||||
container_name: gitea-postgres
|
container_name: gitea-postgres
|
||||||
dns:
|
dns:
|
||||||
- 127.0.0.1
|
- 172.19.0.3
|
||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
env_file:
|
env_file:
|
||||||
- .postgresql.env
|
- .postgresql.env
|
||||||
|
@@ -2,7 +2,7 @@ services:
|
|||||||
homepage:
|
homepage:
|
||||||
container_name: homepage
|
container_name: homepage
|
||||||
dns:
|
dns:
|
||||||
- 127.0.0.1
|
- 172.19.0.3
|
||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
image: ghcr.io/gethomepage/homepage:latest
|
image: ghcr.io/gethomepage/homepage:latest
|
||||||
labels:
|
labels:
|
||||||
@@ -23,7 +23,7 @@ services:
|
|||||||
dockerproxy:
|
dockerproxy:
|
||||||
container_name: homepage-dockerproxy
|
container_name: homepage-dockerproxy
|
||||||
dns:
|
dns:
|
||||||
- 127.0.0.1
|
- 172.19.0.3
|
||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
environment:
|
environment:
|
||||||
- CONTAINERS=1
|
- CONTAINERS=1
|
||||||
|
@@ -16,6 +16,7 @@ services:
|
|||||||
traefik.http.services.pihole.loadbalancer.server.port: 8080
|
traefik.http.services.pihole.loadbalancer.server.port: 8080
|
||||||
networks:
|
networks:
|
||||||
traefik: null
|
traefik: null
|
||||||
|
ipv4_address: 172.19.0.3
|
||||||
ports:
|
ports:
|
||||||
- 53:53/tcp
|
- 53:53/tcp
|
||||||
- 53:53/udp
|
- 53:53/udp
|
||||||
|
@@ -2,7 +2,7 @@ services:
|
|||||||
portainer:
|
portainer:
|
||||||
container_name: portainer-agent
|
container_name: portainer-agent
|
||||||
dns:
|
dns:
|
||||||
- 127.0.0.1
|
- 172.19.0.3
|
||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
image: docker.io/portainer/agent:latest
|
image: docker.io/portainer/agent:latest
|
||||||
ports:
|
ports:
|
||||||
|
@@ -5,7 +5,7 @@ services:
|
|||||||
- NET_RAW
|
- NET_RAW
|
||||||
container_name: tailscaled
|
container_name: tailscaled
|
||||||
dns:
|
dns:
|
||||||
- 127.0.0.1
|
- 172.19.0.3
|
||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
@@ -3,7 +3,7 @@ services:
|
|||||||
command: traefik
|
command: traefik
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
dns:
|
dns:
|
||||||
- 127.0.0.1
|
- 172.19.0.3
|
||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
@@ -2,7 +2,7 @@ services:
|
|||||||
watchtower:
|
watchtower:
|
||||||
container_name: watchtower
|
container_name: watchtower
|
||||||
dns:
|
dns:
|
||||||
- 127.0.0.1
|
- 172.19.0.3
|
||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
Reference in New Issue
Block a user