trim whitespace

This commit is contained in:
2024-05-31 16:10:31 -05:00
parent 51ca8974df
commit fa7d4f3bf7
8 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ services:
container_name: cloudflare-ddns
dns:
- 127.0.0.1
- 1.1.1.1
- 1.1.1.1
env_file:
- .env
image: docker.io/oznu/cloudflare-ddns:latest

View File

@@ -5,7 +5,7 @@ services:
- postgresql
dns:
- 127.0.0.1
- 1.1.1.1
- 1.1.1.1
env_file:
- .env
image: docker.io/gitea/gitea:latest
@@ -20,7 +20,7 @@ services:
traefik: null
ports:
- 2222:22
restart: always
restart: always
volumes:
- gitea_data:/data
- /etc/timezone:/etc/timezone:ro
@@ -30,13 +30,13 @@ services:
container_name: gitea-postgres
dns:
- 127.0.0.1
- 1.1.1.1
- 1.1.1.1
env_file:
- .postgresql.env
image: docker.io/postgres:16
networks:
traefik: null
restart: always
restart: always
volumes:
- postgresql:/var/lib/postgresql/data

View File

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

View File

@@ -3,7 +3,7 @@ services:
container_name: pihole
dns:
- 127.0.0.1
- 1.1.1.1
- 1.1.1.1
env_file:
- .env
image: docker.io/pihole/pihole:latest
@@ -33,7 +33,7 @@ services:
- pihole
dns:
- 127.0.0.1
- 1.1.1.1
- 1.1.1.1
env_file:
- .exporter.env
image: docker.io/ekofr/pihole-exporter:latest

View File

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

View File

@@ -6,7 +6,7 @@ services:
container_name: tailscaled
dns:
- 127.0.0.1
- 1.1.1.1
- 1.1.1.1
env_file:
- .env
hostname: ps10rp

View File

@@ -4,7 +4,7 @@ services:
container_name: traefik
dns:
- 127.0.0.1
- 1.1.1.1
- 1.1.1.1
env_file:
- .env
image: docker.io/traefik:v3.0
@@ -22,7 +22,7 @@ services:
- 80:80
- 443:443
privileged: true
restart: always
restart: always
volumes:
- config:/etc/traefik
- log:/log

View File

@@ -3,11 +3,11 @@ services:
container_name: watchtower
dns:
- 127.0.0.1
- 1.1.1.1
- 1.1.1.1
env_file:
- .env
image: docker.io/containrrr/watchtower:latest
privileged: true
restart: always
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock