Technicum steht
This commit is contained in:
parent
5c1d93694d
commit
9e1513a904
1 changed files with 21 additions and 0 deletions
21
compose/compose.yaml
Normal file
21
compose/compose.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
services:
|
||||||
|
technitium:
|
||||||
|
image: technitium/dns-server:latest
|
||||||
|
container_name: technitium-dns
|
||||||
|
hostname: dns-int01
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "53:53/udp"
|
||||||
|
- "53:53/tcp"
|
||||||
|
- "5380:5380/tcp"
|
||||||
|
volumes:
|
||||||
|
- /srv/dns-int01/data:/etc/dns
|
||||||
|
environment:
|
||||||
|
- TZ=Europe/Zurich
|
||||||
|
cap_add:
|
||||||
|
- NET_ADMIN
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "/opt/technitium/dns/run.sh", "health"]
|
||||||
|
interval: 30s
|
||||||
|
timeout: 10s
|
||||||
|
retries: 3
|
||||||
Loading…
Add table
Add a link
Reference in a new issue