v1.5.1 - secrets moved to .env, named volume for persistent settings
This commit is contained in:
+9
-20
@@ -7,24 +7,13 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3030:3000"
|
- "3030:3000"
|
||||||
environment:
|
volumes:
|
||||||
# REQUIRED
|
# Persists global settings (data/settings.json) across rebuilds.
|
||||||
- IMMICH_URL=http://10.0.0.40:2283
|
- frambe_data:/app/data
|
||||||
- IMMICH_API_KEY=aQAm76nwCi5I68vFWz18irMmnyrzI5yzcb74rXvt4
|
# All configuration & secrets live in .env (see .env.example).
|
||||||
- ADMIN_USERNAME=jessikitty
|
# .env is gitignored — copy .env.example to .env and fill in your values.
|
||||||
- ADMIN_PASSWORD=23Pinkpr!ncesses
|
env_file:
|
||||||
- FRAMBE_API_TOKEN=whosethatgirl-itsjess
|
- .env
|
||||||
|
|
||||||
# Slideshow
|
volumes:
|
||||||
- SLIDESHOW_INTERVAL=300
|
frambe_data:
|
||||||
- TRANSITION_DURATION=5
|
|
||||||
- IMAGE_FIT=contain
|
|
||||||
- SHUFFLE=true
|
|
||||||
- BACKGROUND_BLUR=true
|
|
||||||
- REFRESH_INTERVAL=300 # Seconds between album/person refresh checks
|
|
||||||
|
|
||||||
# Overlays
|
|
||||||
- SHOW_CLOCK=true
|
|
||||||
- SHOW_DATE=true
|
|
||||||
- SHOW_EXIF=false
|
|
||||||
- SHOW_PROGRESS=true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user