job-crawler-module

1) Local Build (without nginx)

  1. git clone https://github.com/Forrest-GoF/job-crawler-module.git
  2. pip install -r requirements.txt
  3. cd flask; flask run
  4. curl 127.0.0.1:5000

2) Docker (with Nginx)

  1. download docker-compose.yaml
  2. docker-compose up -d

Image versions

  • latest : for arm
  • amd64 : for x86

If your development environment is x86, use the image version of amd64.

Docker Hub