···1414COPY --from=builder /usr/local/cargo/bin/strong-api-fetch /usr/bin/strong-api-fetch
15151616# Add the cron job: run every 12 hours and log output
1717-RUN echo "*/1 * * * * /usr/bin/strong-api-fetch >> /var/log/cron.log 2>&1" > /etc/cron.d/strong-api-fetch
1717+RUN echo "0,30 18-20 * * * /usr/bin/strong-api-fetch >> /var/log/cron.log 2>&1" > /etc/cron.d/strong-api-fetch
18181919# Ensure the cron job file has proper permissions
2020RUN chmod 0644 /etc/cron.d/strong-api-fetch
+4-1
README.MD
···5566The URL to the API backend is not provided here, for now, because it's not entirely public and because of possible legal implications.
7788+If using docker-compose, the service will run 18:00, 18:30, 19:00, 19:30, 20:00 and 20:30, but you can change this in the `Dockerfile`.
89## How to use
91010110. Have your Clckhouse database ready and running
···272828291. Make sure you have Docker and Docker Compose installed.
29302. Create a `.env` file in the root directory with the same content as above.
3030-3Start the service with `docker compose up -d`.3131+3Start the service with `docker compose up -d`.
3232+3333+