Domain Tool is a DNS Fetch and analyse information regarding one or more domains.
751
This application requires postgres for the database see the github repo for the scheme to be used.
services:
domain-tool:
image: "andref/domain-tool"
environment:
DB_HOST: postgres
DB_USER: postgres
DB_PASSWORD: enlabium-invictus
DB_NAME: domaintool
ports:
- "8080:8080"
networks:
- domaintool
postgres:
image: "postgres:latest"
environment:
POSTGRES_PASSWORD: enlabium-invictus
volumes:
- type: bind
source: ./docker-entrypoint-initdb.d
target: /docker-entrypoint-initdb.d/
networks:
- domaintool
volumes:
docker-entrypoint-initdb.d:
networks:
domaintool:
Note: Directory /docker-entrypoint-initdb.d/ holds the Database create and Tables create file.
Content type
Image
Digest
sha256:091d8836c…
Size
90 MB
Last updated
10 months ago
docker pull andref/domain-tool