Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RaspberryPiで動かせるようにする #159

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

cateiru
Copy link
Member

@cateiru cateiru commented Oct 7, 2022

  • issue:

🔧 修正点

✅ 自己チェック

  • 動作確認ができているか
  • 新しく追加したメソッドにユニットテストを追加しているか
  • 静的解析、テストは成功しているか
  • Files changedを自分で確認してミスがないか

📸 スクリーンショット(オプション)

⚠️ レビュー時に注意して欲しいこと(オプション)

🗣️ 補足など(オプション)

@cateiru cateiru self-assigned this Oct 7, 2022
},

db: {
host: '127.0.0.1',
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
host: '127.0.0.1',
host: 'db',

@@ -6,9 +6,9 @@ services:
build: .
container_name: next
ports:
- 3000:3000
- 80:3000
environment:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

restart: alwaysがほしい

Comment on lines 13 to 14
CATEIRU_SSO_CLIENT_ID: hogehoge
CATEIRU_SSO_CLIENT_SECRET: hogehoge
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
CATEIRU_SSO_CLIENT_ID: hogehoge
CATEIRU_SSO_CLIENT_SECRET: hogehoge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant