Skip to content

Instantly share code, notes, and snippets.

@OSCUK
Last active October 16, 2024 14:57
Show Gist options
  • Save OSCUK/e9984598610074515cacb9bf585e6550 to your computer and use it in GitHub Desktop.
Save OSCUK/e9984598610074515cacb9bf585e6550 to your computer and use it in GitHub Desktop.
Web Check
version: '3.9'
services:
web-check:
container_name: Web-Check
image: lissy93/web-check
ports:
- 3100:3000
restart: unless-stopped
environment:
CHROME_PATH: /usr/bin/chromium #optional but needed for screenshots
GOOGLE_CLOUD_API_KEY: #optional - API key goes here
TORRENT_IP_API_KEY: #optional - API key goes here
REACT_APP_SHODAN_API_KEY: #optional - API key goes here
REACT_APP_WHO_API_KEY: #optional - API key goes here
SECURITY_TRAILS_API_KEY: #optional - API key goes here
BUILT_WITH_API_KEY: #optional - API key goes here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment