Skip to content

Instantly share code, notes, and snippets.

@Anunayj
Last active January 17, 2021 01:44
Show Gist options
  • Save Anunayj/fa03887a368f5724f6a26ec2a8396a7f to your computer and use it in GitHub Desktop.
Save Anunayj/fa03887a368f5724f6a26ec2a8396a7f to your computer and use it in GitHub Desktop.
letsdane + full node + docker
version: '3.3'
services:
letsdane:
ports:
- '8080:8080'
volumes:
- ./dane:/root/.letsdane
command: ["-r", "hsd", "-skip-dnssec", "-skip-icann"]
restart: unless-stopped
image: anunayj/letsdane
hsd:
# ports:
# - '53:53/udp'
# - '12037:12037'
volumes:
- ./hsd:/root/.hsd
command: ["--api-key", "foo", "--http-host", "0.0.0.0", "--rs-host", "0.0.0.0", "--rs-port", "53"]
restart: unless-stopped
image: anunayj/hsd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment