deployment fixes
This commit is contained in:
+6
-4
@@ -24,10 +24,12 @@ SMTP_TIMEOUT=30
|
||||
SSH_HOST=media-server.example.com
|
||||
SSH_USERNAME=username
|
||||
SSH_PORT=22
|
||||
# In Docker Compose, mount your private key at ./secrets/ssh/id_ed25519
|
||||
# and set this path to /root/.ssh/id_ed25519 inside the backend container.
|
||||
SSH_KEY_FILENAME=/root/.ssh/id_ed25519
|
||||
SSH_KEY_NAME=id_rsa
|
||||
# In Docker Compose, mount ./secrets/ssh to /root/.ssh inside the backend container.
|
||||
# The app uses SSH_KEY_DIRECTORY + SSH_KEY_NAME to build the full key path.
|
||||
SSH_KEY_DIRECTORY=/root/.ssh
|
||||
SSH_KEY_NAME=id_ed25519
|
||||
# Optional legacy override if you want to provide the full path directly.
|
||||
# SSH_KEY_FILENAME=/root/.ssh/id_ed25519
|
||||
# SSH_PASSWORD=optional-password-or-key-passphrase
|
||||
REMOTE_MEDIA_ROOT=/mnt/media
|
||||
# Optional fallback prefix when REMOTE_MEDIA_ROOT mapping is not enough.
|
||||
|
||||
Reference in New Issue
Block a user