dokploy icon indicating copy to clipboard operation
dokploy copied to clipboard

fix: directus healthchecks (fix race condition starting up), volumes for uploads & extensions, add secret/db password generation, bump version to 11.0.2

Open benbristow opened this issue 1 year ago • 1 comments

Directus template:

  • Adding healthchecks (as per official documentation) as there seems to be a race-issue when starting.
  • Adding volumes for uploads & extensions folders as these seem to be read-only on start-up and you can't upload.
  • Adding documentation comments to recommend deleting ADMIN_* env variables on first run as these get stored in the database and would introduce security issues.
  • Generate secret for application & database password.
  • Bump version to 11.0.2 (as per official docs above)

benbristow avatar Sep 02 '24 20:09 benbristow

Run pnpm run check to fix lint issues

Siumauricio avatar Sep 04 '24 02:09 Siumauricio