4 months ago
Description: Modern open-source auth with multi-tenancy, SSO, and RBAC
Category: Authentication
5 Replies
25 days ago
Hey Rees,
I just ran this template and everything is working nicely.
Well done!
When updating the image, there might also be db migrations.
Logto has a page for db updates. https://docs.logto.io/logto-oss/using-cli/database-alteration
They have a command to auto run this for us
npm run alteration deploy latest
To include this in the app startup process, I found that modifying the startup command to be
sh -c "npm run cli db seed -- --swe; npm run alteration deploy latest; npm start"
This should help us auto run db migrations
25 days ago
Hey starvingdogs, thanks for the suggestion! I've updated the template with that new command
15 days ago
=========================
Container failed to start
=========================
/orchestrator.RouterLegacyService/CreateDeployment UNKNOWN: initializing source docker://bitnami/redis:7.2.5: reading manifest 7.2.5 in docker.io/bitnami/redis: manifest unknown
please change redis service bitnami/redis:7.2.5 dont see version.
15 days ago
Thanks for pointing this out @productdevbook! I've updated the template to use a different Redis image.
4 days ago
Hi! Do you have an estimate of how much this setup cost? And why are the auth and admin separated into two processes?