Sign inSign up

digita1ist/sgj-scraper

By digita1ist

Updated almost 4 years ago

Image
0

581

digita1ist/sgj-scraper repository overview

SGJ Scraper

Example docker-compose file:

version: '3'

services:
  sgj-scraper:
    image: digita1ist/sgj-scraper:latest
    volumes:
      - ./export:/app/scraper/export
      - ${PWD}/credentials.yml:/app/scraper/credentials.yml
    restart: always
    networks: 
      - default
networks: 
    default:
        driver: bridge

Create a credentials.yml file with the following components:

sgj:
    username: username
    password: password

Tag summary

Content type

Image

Digest

Size

209.2 MB

Last updated

about 6 years ago

docker pull digita1ist/sgj-scraper