Skip to content

Commit

Permalink
Merge pull request #47 from glensc/gitignore-ff
Browse files Browse the repository at this point in the history
Cleanup v1
  • Loading branch information
glensc authored Jun 19, 2024
2 parents f7a5b5b + 5912805 commit 2e48ddc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
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

0 comments on commit 2e48ddc

Please sign in to comment.