diff options
| author | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-06-01 22:07:33 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-06-01 22:07:33 +0900 |
| commit | 694694e67936ccabb0f51edad7023c965850e310 (patch) | |
| tree | cd8635e524aa1afb68459be3423d920c28fc2bf7 /docker-compose.yml | |
| parent | 3a961122bdf64cf72cf1b3770e9d71865a3aac52 (diff) | |
Add daily recap email job via Postfix MTA container
Sends an HTML digest of the next 7 days' events to
efemeraladdress+golive@gmail.com at 08:00 JST daily (23:00 UTC cron).
Adds scraper to the web Docker network so it can reach mail:25.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index d9412c5..f2702e4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,6 +27,8 @@ services: depends_on: - app restart: unless-stopped + networks: + - web networks: web: |
