Commit inicial

This commit is contained in:
2025-10-02 01:34:21 -06:00
commit aa0d682201
10 changed files with 211 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
version: '3.8'
services:
web-checker:
build: .
container_name: web_checker_app
env_file: .env
restart: unless-stopped
volumes:
- ./urls.txt:/app/urls.txt