377 B
377 B
Fetcher
-
Fetcher app
- Contains several endpoints to perform a specific fetching type task
- For more details, check in app.py /{fetch_type}
- Contains several endpoints to perform a specific fetching type task
-
Build and run
- Important: To be deployed with other micro-services, docker-compose.yml
docker build -t fetch_app .
docker run --rm --name container_fetch_app fetch_app