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

Cleanup v1 #47

Merged
merged 3 commits into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
*.hist
*.swp
*~
/.env
/.idea/
/cache/
/debug*.list
/local/
/node_modules/
15 changes: 0 additions & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,6 @@ version: "3.3"
services:
app:
image: ghcr.io/glensc/comics-mailer:main
volumes:
- ./cache:/root/.cache
env_file: .env
environment:
SMTP_HOST: mail

mail:
# https://hub.docker.com/r/bytemark/smtp/
image: bytemark/smtp
restart: always
environment:
# https://app.sendgrid.com/guide/integrate/langs/smtp
RELAY_HOST: smtp.sendgrid.net
RELAY_PORT: 465
RELAY_USERNAME: apikey
RELAY_PASSWORD: $SENDGRID_KEY

# vim:ts=2:sw=2:et