Skip to content

feat: docker deploy example#231

Open
GaoNeng-wWw wants to merge 1 commit into
opentiny:refactor/next-nest-js-backendfrom
GaoNeng-wWw:feat/frontend-deploy
Open

feat: docker deploy example#231
GaoNeng-wWw wants to merge 1 commit into
opentiny:refactor/next-nest-js-backendfrom
GaoNeng-wWw:feat/frontend-deploy

Conversation

@GaoNeng-wWw

@GaoNeng-wWw GaoNeng-wWw commented Jul 25, 2026

Copy link
Copy Markdown
Collaborator

PR

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our Commit Message Guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

  1. Example file: https://github.com/opentiny/tiny-pro/pull/231/changes#diff-a7a324b51b067ed13f8a5b4d8ddc2af46e92e0664d355d16c5b5f4c8ff5c9b66

  2. 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
  }
}
  1. Run docker compose up -d
  2. Visit http://localhost if template-web service is up

@coderabbitai

coderabbitai Bot commented Jul 25, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: a7680994-82af-441f-95b7-0a974a471eea

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added the enhancement New feature or request label Jul 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant