Skip to content

Commit

Permalink
Revert "update docs and docker compose"
Browse files Browse the repository at this point in the history
This reverts commit bcc6006.
  • Loading branch information
dreth committed Sep 28, 2024
1 parent c84f9b1 commit 65fae54
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ The application usage is very straightforward:
2. Add birthdays
3. Receive reminders

If a default bot is set in the env. variable HBD_DEFAULT_BOT_API_KEY, the user will receive reminders through that bot. Otherwise, the user will receive reminders through the bot they set up.

## hbd-cli

Hbd has a frontend which you can use to interact with the API, but you can also use the [hbd-cli](https://github.com/dreth/hbd-cli), which is a companion command-line tool that interacts directly with the hbd API. It allows you to interact with any hbd instance, not just the one you have running.
Expand Down Expand Up @@ -57,7 +55,6 @@ services:
- ENVIRONMENT=development
- CUSTOM_DOMAIN=https://hbd.lotiguere.com
- GIN_MODE=debug
- HBD_DEFAULT_BOT_API_KEY=${HBD_DEFAULT_BOT_API_KEY}
# Optionally for backups of the birthday database to S3 or S3-compatible services
- HBD_ENABLE_BACKUP=true
- HBD_USER_ACCESS_KEY_ID=${HBD_USER_ACCESS_KEY_ID}
Expand Down Expand Up @@ -93,7 +90,6 @@ services:
- ENVIRONMENT=production
- CUSTOM_DOMAIN=https://hbd.lotiguere.com
- GIN_MODE=release
- HBD_DEFAULT_BOT_API_KEY=${HBD_DEFAULT_BOT_API_KEY}
# Optionally for backups of the birthday database to S3 or S3-compatible services
- HBD_ENABLE_BACKUP=true
- HBD_USER_ACCESS_KEY_ID=${HBD_USER_ACCESS_KEY_ID}
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ services:
- ENVIRONMENT=development
- CUSTOM_DOMAIN=https://hbd.lotiguere.com
- GIN_MODE=debug
- HBD_DEFAULT_BOT_API_KEY=${HBD_DEFAULT_BOT_API_KEY}
# Optionally for backups of the birthday database to S3 or S3-compatible services
- HBD_ENABLE_BACKUP=true
- HBD_USER_ACCESS_KEY_ID=${HBD_USER_ACCESS_KEY_ID}
Expand Down

0 comments on commit 65fae54

Please sign in to comment.