Commit inicial
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user