1services:
2 web-check:
3 container_name: Web-Check
4 image: lissy93/web-check
5 ports:
6 - 3123:3000
7 restart: unless-stopped
8 environment:
9 CHROME_PATH: /usr/bin/chromium #optional but needed for screenshots
10 GOOGLE_CLOUD_API_KEY: #optional - API key goes here
11 TORRENT_IP_API_KEY: #optional - API key goes here
12 REACT_APP_SHODAN_API_KEY: #optional - API key goes here
13 REACT_APP_WHO_API_KEY: #optional - API key goes here
14 SECURITY_TRAILS_API_KEY: #optional - API key goes here
15 BUILT_WITH_API_KEY: #optional - API key goes here
Created: Tue, 08 Oct 2024 21:57:39 +0000
Expires: Never