Commit Graph
3 Commits
Author SHA1 Message Date
Kim Oliver DrechselandGitHub 07b5a195b4 Fix execution order in entrypoint.sh (#23)
I just checked my changes in PR #22 and I made a mistake in my commit yesterday that makes my code changes in the `entrypoint.sh` unreachable because supervisord is running in foreground mode.
It should be right before the line to start supervisord like in this PR.
Sorry for that.
2022-08-10 00:41:26 +02:00
Kim Oliver DrechselandGitHub 87ee0534df Get and parse dmarc reports once at startup (#22)
Run the dmarc report parser script once at startup to avoid PHP errors with a new database.
Also show additional information in the container logs if something failed there.
This should also fix issues #17 and #19
2022-08-09 20:48:04 +02:00
Kim Oliver DrechselandGitHub b895501242 Add tzdata package to fix wrong system time (#21)
Without the tzdata package, the TZ env var won't have effect on the system time within the container, what will lead to wrong timestamps in any logs.
2022-08-09 20:45:07 +02:00