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: services:
cloudflare_ddns: cloudflare_ddns:
container_name: cloudflare-ddns container_name: cloudflare-ddns
dns:
- 127.0.0.1
- 1.1.1.1
env_file: env_file:
- .env - .env
image: docker.io/oznu/cloudflare-ddns:latest image: docker.io/oznu/cloudflare-ddns:latest

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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