Add missing technitium

This commit is contained in:
Fang-Pen Lin
2025-12-12 19:24:34 -08:00
parent 4827ca13a7
commit 9894773fdb

View File

@@ -94,6 +94,15 @@ services:
volumes:
- ./backend/bdd/pebble/:/var/data/pebble:ro
technitium:
image: technitium/dns-server:14.2.0
ports:
- "5380:5380/tcp"
- "53:53/udp"
- "53:53/tcp"
environment:
- DNS_SERVER_ADMIN_PASSWORD=infisical
volumes:
postgres-data:
driver: local