Env. vars: set default values and related docs

This commit is contained in:
adampweb
2025-05-09 19:38:39 +02:00
parent d85c880d23
commit 99a6de981e
2 changed files with 25 additions and 1 deletions

View File

@@ -6,7 +6,9 @@ services:
image: wayback_machine_downloader:latest
container_name: wayback_machine_downloader
environment:
- ENVIRONMENT=${ENVIRONMENT}
- DEVELOPMENT=${DEVELOPMENT:-production}
- OPTIONS=${OPTIONS:-""}
- TARGET_URL=${TARGET_URL}
volumes:
- .:/build:rw
- ./websites:/build/websites:rw