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
Content type
Image
Digest
Size
209.2 MB
Last updated
about 6 years ago
docker pull digita1ist/sgj-scraper