add dns entries

This commit is contained in:
2024-05-31 16:05:25 -05:00
parent 363057dada
commit 51ca8974df
8 changed files with 33 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
services:
cloudflare_ddns:
container_name: cloudflare-ddns
dns:
- 127.0.0.1
- 1.1.1.1
env_file:
- .env
image: docker.io/oznu/cloudflare-ddns:latest

View File

@@ -3,6 +3,9 @@ services:
container_name: gitea
depends_on:
- postgresql
dns:
- 127.0.0.1
- 1.1.1.1
env_file:
- .env
image: docker.io/gitea/gitea:latest
@@ -25,6 +28,9 @@ services:
postgresql:
container_name: gitea-postgres
dns:
- 127.0.0.1
- 1.1.1.1
env_file:
- .postgresql.env
image: docker.io/postgres:16

View File

@@ -1,6 +1,9 @@
services:
homepage:
container_name: homepage
dns:
- 127.0.0.1
- 1.1.1.1
image: ghcr.io/gethomepage/homepage:latest
labels:
traefik.docker.network: traefik
@@ -19,6 +22,9 @@ services:
dockerproxy:
container_name: homepage-dockerproxy
dns:
- 127.0.0.1
- 1.1.1.1
environment:
- CONTAINERS=1
- POST=0

View File

@@ -1,6 +1,9 @@
services:
pihole:
container_name: pihole
dns:
- 127.0.0.1
- 1.1.1.1
env_file:
- .env
image: docker.io/pihole/pihole:latest
@@ -28,6 +31,9 @@ services:
container_name: pihole-exporter
depends_on:
- pihole
dns:
- 127.0.0.1
- 1.1.1.1
env_file:
- .exporter.env
image: docker.io/ekofr/pihole-exporter:latest

View File

@@ -1,6 +1,9 @@
services:
portainer:
container_name: portainer-agent
dns:
- 127.0.0.1
- 1.1.1.1
image: docker.io/portainer/agent:latest
ports:
- 9001:9001

View File

@@ -4,6 +4,9 @@ services:
- NET_ADMIN
- NET_RAW
container_name: tailscaled
dns:
- 127.0.0.1
- 1.1.1.1
env_file:
- .env
hostname: ps10rp

View File

@@ -2,6 +2,9 @@ services:
traefik:
command: traefik
container_name: traefik
dns:
- 127.0.0.1
- 1.1.1.1
env_file:
- .env
image: docker.io/traefik:v3.0

View File

@@ -1,6 +1,9 @@
services:
watchtower:
container_name: watchtower
dns:
- 127.0.0.1
- 1.1.1.1
env_file:
- .env
image: docker.io/containrrr/watchtower:latest