This commit is contained in:
2026-01-10 01:20:34 +01:00
commit 664596721e
4 changed files with 89 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
version: "3.9"
services:
cache-warmer:
build:
context: ./
dockerfile: Dockerfile
environment:
BASE_URL: "https://example.net"
FILE_LIST: "/files-list.txt"
CRON_EXPR: "0 */12 * * *"
USER_AGENT: "Mozilla/5.0"
ACCEPT_ENCODING: "br,gzip"
restart: always