d'oh, seeing a 404 there. It's probably me. But it looks very exciting indeed.

Reply to this note

Please Login to reply.

Discussion

Hey, in the context of this docker image here... if my redis container is unable to find the knexfile etc... does there need to be an additional docker image for migrations, too, that includes knexfile.js and maybe a few other files?

redis container doesnt need access to knexfile… but the migrations container needs the knex file for sure, not sure if it can work with it. you might have to read the knex docs on how to do it, perhaps with environment variables you could make it work

work without it*