Skip to content

Commit

Permalink
fix: Remove envs from docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
cma2819 committed Nov 18, 2024
1 parent d4540b2 commit 6fa36d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Welcome to Remix!
# Overview

- 📖 [Remix docs](https://remix.run/docs)
Discord webhook で対象のメンション宛に通知を飛ばすだけのWebアプリです

This

## Development

Expand Down
4 changes: 0 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@ services:
target: app
ports:
- 13000:3000
environment:
- DISCORD_USERNAME=受付PC
- DISCORD_WEBHOOK=https://discord.com/api/webhooks/669136267790909480/JckNafw2-d_RPfhNAYkc5rIc1wqkcOhLSdP3sn9miWTFLX0vZ7EBPyRxTgJvTbkhE87X
- DISCORD_MENTION=<@&794200015416983582>

0 comments on commit 6fa36d7

Please sign in to comment.