No description
|
All checks were successful
Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged. --- ### Detected Package Files * `Dockerfile` (dockerfile) * `.forgejo/workflows/build_and_publish.yaml` (github-actions) * `.forgejo/workflows/vulnscan.yaml` (github-actions) ### What to Expect It looks like your repository dependencies are already up-to-date and no Pull Requests will be necessary right away. --- ❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-config-hash:94693a990c975907e7f13da3309b9d56ba02b3983519b41786edf5cf031e457c--> Reviewed-on: #1 Co-authored-by: Paolo Asperti <paolo@asperti.com> Co-committed-by: Paolo Asperti <paolo@asperti.com> |
||
|---|---|---|
| .forgejo/workflows | ||
| rootfs | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| renovate.json | ||
docker-smtp-relay
SMTP relay for specific domains
available tags
| tag | description |
|---|---|
| latest | multi-arch manifest |
| latest-amd64 | latest build for amd64 architecture |
| latest-arm64 | latest build for arm64 architecture |
build
docker build . -t docker.asperti.com/paspo/smtp-relay
run
With docker compose:
services:
relay:
image: docker.asperti.com/paspo/smtp-relay:latest
restart: always
container_name: smtp-relay
volumes:
- ./config:/config
environment:
- MYHOSTNAME=smtprelay.mydomain.com
ports:
- 25:25
logging:
options:
max-size: 10m