Skip to content

Commit

Permalink
devcontainer: Add environment variables for team id, signing secret, …
Browse files Browse the repository at this point in the history
…slack token, slack bot token, sandbox channel, and slack verification token to the dev container compose file.
  • Loading branch information
hakatashi committed Oct 5, 2024
1 parent 9f29c28 commit 67fc8a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .devcontainer/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ services:
stdin_open: true
tty: true
command: sh -c "npm install && npm run dev -- --only better-custom-response"
environment:
- TEAM_ID=${TEAM_ID}
- SIGNING_SECRET=${SIGNING_SECRET}
- SLACK_TOKEN=${SLACK_TOKEN}
- SLACK_BOT_TOKEN=${SLACK_BOT_TOKEN}
- CHANNEL_SANDBOX=${CHANNEL_SANDBOX}
- SLACK_VERIFICATION_TOKEN=${SLACK_VERIFICATION_TOKEN}

tunnel:
build:
Expand Down

0 comments on commit 67fc8a0

Please sign in to comment.