init
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user