refactor: Load environment variables from .env file
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
@@ -6,18 +6,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
|
||||||
environment:
|
env_file:
|
||||||
#immich drop server ip
|
- .env
|
||||||
PUBLIC_BASE_URL: http://192.168.8.60:8080
|
|
||||||
# Immich connection
|
|
||||||
IMMICH_BASE_URL: http://192.168.8.60:2283/api
|
|
||||||
IMMICH_API_KEY: n7lO2oRFVhMXqI10YL8nfelIC9lZ8ND8AxZqx1XHiA
|
|
||||||
#Enable/Disable Public upload page to folder
|
|
||||||
PUBLIC_UPLOAD_PAGE_ENABLED: false
|
|
||||||
IMMICH_ALBUM_NAME: dead-drop
|
|
||||||
# Chunked uploads to bypass 100MB limits (e.g., Cloudflare Tunnel)
|
|
||||||
CHUNKED_UPLOADS_ENABLED: true
|
|
||||||
CHUNK_SIZE_MB: 95
|
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user