You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
stud.ip-crawler/docker-compose.yml

17 lines
343 B

version: "3.1"
services:
studip:
image: tiynger/studip-crawler:latest
restart: unless-stopped
environment:
USER: 'user'
PSWD: 'pswd'
URL: 'https://url.tld'
INTERVAL: 86400
volumes:
- studip:/studip/data
volumes:
studip:
driver: local