🛠️ Add scaffolding for Synology Docker deployment

This commit is contained in:
2026-05-14 00:40:03 +00:00
parent 31975e3088
commit 107f8a2691
5 changed files with 422 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# Required Runtime Variables
Populate these values in `deploy/synology/deploy.env` in the target project:
- `SYNOLOGY_USER`
- `SYNOLOGY_SSH_PORT`
- `SYNOLOGY_HOST_INTERNAL`
- `SYNOLOGY_HOST_EXTERNAL`
- `REMOTE_APP_PATH`
- `SERVICE_NAME`
- `IMAGE_NAME`
- `IMAGE_TAG`
- `APP_PORT`
- `CONTAINER_PORT`
- `DEPLOY_TARGET` (`internal` or `external`)