dockerfiles/portia
kev 7b14b4d106 add portia 2016-02-03 15:35:22 +08:00
..
Dockerfile add portia 2016-02-03 15:35:22 +08:00
README.md add portia 2016-02-03 15:35:22 +08:00
docker-compose.yml add portia 2016-02-03 15:35:22 +08:00

portia

Portia is a tool that allows you to visually scrape websites without any programming knowledge required.

docker-compose.yml

portia:
  image: vimagick/portia
  container_name: portia
  ports:
    - "9001:9001"
  volumes:
    - ./data:/app/slyd/data
  restart: always

up and running

$ cd ~/fig/portia/
$ docker-compose up -d
$ firefox http://localhost:9001/static/index.html