mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 22:02:32 -06:00
[PR #74] [MERGED] add support for dockerization #84
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/sendmailanalyzer#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (1)
b42eb9fadd 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.