add dns entries
This commit is contained in:
@@ -3,6 +3,9 @@ services:
|
||||
container_name: gitea
|
||||
depends_on:
|
||||
- postgresql
|
||||
dns:
|
||||
- 127.0.0.1
|
||||
- 192.168.1.147
|
||||
env_file:
|
||||
- .env
|
||||
image: docker.io/gitea/gitea:latest
|
||||
|
@@ -1,6 +1,9 @@
|
||||
services:
|
||||
portainer:
|
||||
container_name: portainer-agent
|
||||
dns:
|
||||
- 127.0.0.1
|
||||
- 192.168.1.147
|
||||
image: portainer/agent:latest
|
||||
ports:
|
||||
- 9001:9001
|
||||
|
@@ -4,6 +4,9 @@ services:
|
||||
- NET_ADMIN
|
||||
- NET_RAW
|
||||
container_name: tailscaled
|
||||
dns:
|
||||
- 127.0.0.1
|
||||
- 192.168.1.147
|
||||
env_file:
|
||||
- .env
|
||||
hostname: ps08rp
|
||||
|
@@ -1,6 +1,9 @@
|
||||
services:
|
||||
technitium:
|
||||
container_name: technitium
|
||||
dns:
|
||||
- 127.0.0.1
|
||||
- 192.168.1.147
|
||||
env_file:
|
||||
- .env
|
||||
image: technitium/dns-server:latest
|
@@ -2,6 +2,9 @@ services:
|
||||
traefik:
|
||||
command: traefik
|
||||
container_name: traefik
|
||||
dns:
|
||||
- 127.0.0.1
|
||||
- 192.168.1.147
|
||||
env_file:
|
||||
- .env
|
||||
image: docker.io/traefik:v3.0
|
@@ -1,6 +1,9 @@
|
||||
services:
|
||||
watchtower:
|
||||
container_name: watchtower
|
||||
dns:
|
||||
- 127.0.0.1
|
||||
- 192.168.1.147
|
||||
env_file:
|
||||
- .env
|
||||
image: containrrr/watchtower:latest
|
||||
|
@@ -3,6 +3,9 @@ services:
|
||||
container_name: gitea
|
||||
depends_on:
|
||||
- postgresql
|
||||
dns:
|
||||
- 127.0.0.1
|
||||
- 192.168.1.134
|
||||
env_file:
|
||||
- .env
|
||||
image: docker.io/gitea/gitea:latest
|
||||
|
@@ -1,6 +1,9 @@
|
||||
services:
|
||||
portainer:
|
||||
container_name: portainer-agent
|
||||
dns:
|
||||
- 127.0.0.1
|
||||
- 192.168.1.134
|
||||
image: portainer/agent:latest
|
||||
ports:
|
||||
- 9001:9001
|
||||
|
@@ -1,24 +1,27 @@
|
||||
services:
|
||||
tailscaled:
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- NET_RAW
|
||||
container_name: tailscaled
|
||||
env_file:
|
||||
- .env
|
||||
hostname: ps09rp
|
||||
image: tailscale/tailscale:stable
|
||||
network_mode: host
|
||||
privileged: true
|
||||
restart: always
|
||||
volumes:
|
||||
- tailscale:/var/lib/tailscale
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
tailscaled:
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- NET_RAW
|
||||
container_name: tailscaled
|
||||
dns:
|
||||
- 127.0.0.1
|
||||
- 192.168.1.134
|
||||
env_file:
|
||||
- .env
|
||||
hostname: ps09rp
|
||||
image: tailscale/tailscale:stable
|
||||
network_mode: host
|
||||
privileged: true
|
||||
restart: always
|
||||
volumes:
|
||||
- tailscale:/var/lib/tailscale
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
|
||||
volumes:
|
||||
tailscale:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
o: bind
|
||||
device: /opt/containers/tailscale
|
||||
tailscale:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
o: bind
|
||||
device: /opt/containers/tailscale
|
||||
|
@@ -1,6 +1,9 @@
|
||||
services:
|
||||
technitium:
|
||||
container_name: technitium
|
||||
dns:
|
||||
- 127.0.0.1
|
||||
- 192.168.1.134
|
||||
env_file:
|
||||
- .env
|
||||
image: technitium/dns-server:latest
|
@@ -2,6 +2,9 @@ services:
|
||||
traefik:
|
||||
command: traefik
|
||||
container_name: traefik
|
||||
dns:
|
||||
- 127.0.0.1
|
||||
- 192.168.1.134
|
||||
env_file:
|
||||
- .env
|
||||
image: docker.io/traefik:v3.0
|
@@ -1,6 +1,9 @@
|
||||
services:
|
||||
watchtower:
|
||||
container_name: watchtower
|
||||
dns:
|
||||
- 127.0.0.1
|
||||
- 192.168.1.134
|
||||
env_file:
|
||||
- .env
|
||||
image: containrrr/watchtower:latest
|
||||
|
Reference in New Issue
Block a user