Actualizado WebCheck
This commit is contained in:
@@ -4,17 +4,11 @@ services:
|
||||
container_name: WebCheck
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3000:3000"
|
||||
depends_on:
|
||||
- web-check-api
|
||||
|
||||
web-check-api:
|
||||
image: lissy93/web-check-api
|
||||
container_name: WebCheckAPI
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3001:3001"
|
||||
|
||||
- "3100:3000"
|
||||
environment:
|
||||
- REACT_APP_SHODAN_API_KEY=${SHODAN_API_KEY}
|
||||
- REACT_APP_WHO_API_KEY=${WHO_API_KEY}
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: WebCheck_NET
|
||||
Reference in New Issue
Block a user