Uh oh!
There was an error while loading. Please reload this page.
feat: docker deploy example - #231
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Example file: https://github.com/opentiny/tiny-pro/pull/231/changes#diff-a7a324b51b067ed13f8a5b4d8ddc2af46e92e0664d355d16c5b5f4c8ff5c9b66
Example config (put on template/nest-next/config/config.json)
{ "$schema": "./config.schema.json", "database":{ "host": "mysql", "port": 3306, "user": "root", "password": "root", "dbName": "demo_tiny_pro" }, "redis":{ "host": "redis", "port": 6379, "password": "root", "user": "root", "db": 0 }, "auth":{ "accessTokenTTL": 300, "refreshTokenTTL": 86400, "session_limit": 2, "apiTokenTTL": 604800, "jwt":{ "mode": "secret", "secret": "tinypro" } }, "feature": { "preview": false } }docker compose up -dhttp://localhostiftemplate-webservice is up