[PR #74] [MERGED] add support for dockerization #84

Closed
opened 2026-05-05 15:04:18 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/darold/sendmailanalyzer/pull/74
Author: @mindrunner
Created: 4/28/2020
Status: Merged
Merged: 4/28/2020
Merged by: @darold

Base: masterHead: master


📝 Commits (1)

  • b42eb9f add support for dockerization

📊 Changes

5 files changed (+290 additions, -0 deletions)

View changed files

docker/Dockerfile (+30 -0)
docker/docker-compose.yml.example (+11 -0)
docker/httpd.conf (+190 -0)
docker/sa_cache.sh (+4 -0)
docker/supervisord.conf (+55 -0)

📄 Description

This commit adds a buildable Dockerfile based on the httpd apache2
docker image with sa_cache cron support built in.
It also comes with a docker-compose example file.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/darold/sendmailanalyzer/pull/74 **Author:** [@mindrunner](https://github.com/mindrunner) **Created:** 4/28/2020 **Status:** ✅ Merged **Merged:** 4/28/2020 **Merged by:** [@darold](https://github.com/darold) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`b42eb9f`](https://github.com/darold/sendmailanalyzer/commit/b42eb9f01be8fe77a5d5c6e9c4ae46a220a4f6be) add support for dockerization ### 📊 Changes **5 files changed** (+290 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docker/Dockerfile` (+30 -0) ➕ `docker/docker-compose.yml.example` (+11 -0) ➕ `docker/httpd.conf` (+190 -0) ➕ `docker/sa_cache.sh` (+4 -0) ➕ `docker/supervisord.conf` (+55 -0) </details> ### 📄 Description This commit adds a buildable Dockerfile based on the httpd apache2 docker image with sa_cache cron support built in. It also comes with a docker-compose example file. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 15:04:18 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/sendmailanalyzer#84
No description provided.