Speakeasy は 3 つの環境(Production, Development, Local)で運用されます。
| 環境 | ドメイン | Wrangler env | 用途 |
|---|
| Production | *.plfumg.com | (デフォルト) | 本番環境 |
| Development | *.plfumg.net | dev | 開発・検証 |
| Local | localhost:* | - | ローカル開発 |
| サービス | ドメイン |
|---|
| Counter | counter.plfumg.com |
| Penthouse | penthouse.plfumg.com |
| Door | door.plfumg.com |
| Tap | tap.plfumg.com |
| Fizz | fizz.plfumg.com |
| Developer Docs | developer.plfumg.com |
| Storybook | menu.plfumg.com |
| API Reference | card.plfumg.com |
| メール送信 | send.plfumg.com |
| サービス | ドメイン |
|---|
| Counter | counter.plfumg.net |
| Penthouse | penthouse.plfumg.net |
| Door | door.plfumg.net |
| Tap | tap.plfumg.net |
| Fizz | fizz.plfumg.net |
| メール送信 | send.plfumg.net |
| バインディング | Production ID | Development ID |
|---|
CELLAR_HYPERDRIVE | 1873ac194aad43ffa756c6350075b8a3 | f8c248d4be0245c5b5c544377c094ea8 |
VAULT_HYPERDRIVE | 165c8f7f4eec4f92b4b0d703b90672e1 | ebed630cff6f4e8e9909128b5bb7e6ac |
| バインディング | サービス | Production ID | Development ID |
|---|
SESSION_STORAGE | Proof | 3c1e4bfed97343968375850f02fe6e51 | 988c384a315549069ec37164a1ab126c |
CONTACT_GROUPS | Vintage | 4297c45676cd46fa952eed8a4b7e6257 | 4b5991e5e93c466595ca557e6b037cbc |
| キュー名 | Production | Development |
|---|
| broadcast-queue | broadcast-queue | broadcast-queue-dev |
| notification-queue | notification-queue | notification-queue-dev |
| push-notifications | push-notifications | push-notifications-dev |
| broadcast-dlq | broadcast-dlq | broadcast-dlq-dev |
| push-notifications-dlq | push-notifications-dlq | push-notifications-dlq-dev |
| バインディング | Dataset |
|---|
ANALYTICS | speakeasy_db_operations |
| バインディング | バケット名 |
|---|
CHAT_FILES | speakeasy-chat-files-dev |
| 変数 | Production | Development |
|---|
PUBLIC_DOOR_URL | https://door.plfumg.com | https://door.plfumg.net |
PUBLIC_BASE_URL | https://base.plfumg.com | https://base.plfumg.net |
PUBLIC_LINE_LIFF_ID | 2000179880-pZDNAApQ | 2000179880-rZzAOlay |
PUBLIC_LINE_BOT_ID | @317cmeup | @317cmeup |
| 変数 | Production | Development |
|---|
PUBLIC_DOOR_URL | https://door.plfumg.com | https://door.plfumg.net |
| 変数 | Production | Development |
|---|
BETTER_AUTH_URL | https://door.plfumg.com | https://door.plfumg.net |
PENTHOUSE_URL | https://penthouse.plfumg.com | https://penthouse.plfumg.net |
COUNTER_URL | https://counter.plfumg.com | https://counter.plfumg.net |
TAP_URL | https://tap.plfumg.com | https://tap.plfumg.net |
| 変数 | Production | Development |
|---|
TAP_URL | https://tap.plfumg.com | https://tap.plfumg.net |
PURELOVERS_API_URL | https://purelovers.com | https://review-renewal.purelovers.com/?branch=feat_chat |
| 変数 | Production | Development |
|---|
COUNTER_URL | https://counter.plfumg.com | https://counter.plfumg.net |
PURELOVERS_API_URL | https://purelovers.com | https://review-renewal.purelovers.com/?branch=feat_chat |
| 変数 | Production | Development |
|---|
COUNTER_URL | https://counter.plfumg.com | https://counter.plfumg.net |
RESEND_FROM_EMAIL | 【ぴゅあらば顧客管理台帳】<mail@send.plfumg.com> | 【ぴゅあらば顧客管理台帳】<mail@send.plfumg.net> |
VAPID_SUBJECT | mailto:mail@send.plfumg.com | mailto:mail@send.plfumg.net |
各サービスの ALLOWED_ORIGINS に含まれるオリジン:
| オリジン | 用途 |
|---|
https://counter.plfumg.com | Counter 本番 |
https://counter.plfumg.net | Counter dev |
https://penthouse.plfumg.com | Penthouse 本番 |
https://penthouse.plfumg.net | Penthouse dev |
http://localhost:5173 | Penthouse ローカル |
http://localhost:5174 | Counter ローカル |
http://localhost:3000 | 汎用ローカル |
http://localhost:9003 | Base ローカル |
すべてのサービスで以下の Observability 設定が有効:
"head_sampling_rate": 1, // 全リクエストをサンプリング
全サービスで aws:ap-northeast-1(東京リージョン)に配置:
"hint": "aws:ap-northeast-1"
.dev.vars.example をコピーして .dev.vars を作成:
cp .dev.vars.example .dev.vars
ローカルで実行するサービスの URL をコメント解除:
# LOCAL_VINTAGE_URL=http://127.0.0.1:8787
# LOCAL_FIZZ_URL=http://127.0.0.1:8788
# LOCAL_DOOR_URL=http://127.0.0.1:8789
# LOCAL_BASE_URL=http://127.0.0.1:8790
# LOCAL_BELL_URL=http://127.0.0.1:8791