dockerfile-node icon indicating copy to clipboard operation
dockerfile-node copied to clipboard

Add support for strapi

Open rubys opened this issue 2 years ago • 0 comments

Quick evaluation of strapi: vanilla node project, defaulting to sqlite3 via the better-sqlite3 npm module.. If sqlite3 is used, we will want to place that database on a volume, and set DATABASE_FILENAME. For pg and mysql, it appears that we will want to set DATABASE_CLIENT to postgres and mysql respectively.

rubys avatar Jul 24 '23 16:07 rubys