11 lines
No EOL
270 B
Bash
11 lines
No EOL
270 B
Bash
# Test .env configuration
|
|
UPDATE_INTERVAL_SECONDS=3600
|
|
KEEP_VERSIONS=10
|
|
DRY_RUN=false
|
|
STACKS=1
|
|
|
|
# Stack 1
|
|
STACK_1_NAME=test-stack
|
|
STACK_1_URL=https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml
|
|
STACK_1_PATH=/tmp/test-stack
|
|
STACK_1_TOOL=wget |