mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Render installer store changes (#19705)
This commit is contained in:
parent
5b4488c6b7
commit
8742f886d2
2 changed files with 8 additions and 1 deletions
|
|
@ -39,4 +39,5 @@ Click the deploy on render button or import the blueprint from the Render servic
|
|||
|
||||
### Post-Deployment
|
||||
|
||||
Navigate to the generated URL and run through the initial setup.
|
||||
Navigate to the generated URL and run through the initial setup. If you have a license key you can add it post-deploy as
|
||||
an environment variable `FLEET_LICENSE_KEY=value` in the Fleet service configuration.
|
||||
|
|
|
|||
|
|
@ -7,7 +7,13 @@ services:
|
|||
url: 'fleetdm/fleet:latest'
|
||||
preDeployCommand: "fleet prepare --no-prompt=true db"
|
||||
healthCheckPath: /healthz
|
||||
disk:
|
||||
name: installers
|
||||
mountPath: /opt/fleet/installers
|
||||
sizeGB: 10
|
||||
envVars:
|
||||
- key: FLEET_SOFTWARE_INSTALLER_STORE_DIR
|
||||
value: '/opt/fleet/installers'
|
||||
- key: FLEET_SERVER_PRIVATE_KEY
|
||||
generateValue: true
|
||||
- key: FLEET_MYSQL_ADDRESS
|
||||
|
|
|
|||
Loading…
Reference in a new issue