mirror of
https://github.com/draga79/NotiMail.git
synced 2026-04-26 14:15:54 +03:00
[GH-ISSUE #8] Docker Support #7
Labels
No labels
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/NotiMail#7
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?
Originally created by @pepper3k on GitHub (Oct 23, 2024).
Original GitHub issue: https://github.com/draga79/NotiMail/issues/8
I have been looking at containerizing this script in docker. It seems to me that it would not be a big deal.
From what I have been reading, the main points would be to use a python image as a base, install the pip requirements, expose the config file (using docker compose) and maybe add some error handling.
Your thoughts?
@draga79 commented on GitHub (Nov 3, 2024):
Hi,
Docker support should be quite easy - building a working image locally should be easy.
I'll eventually create a Dockerfile and a Docker compose file - but I don't know when I'll be able to :-)
@pepper3k commented on GitHub (Nov 3, 2024):
Alright, as soon as i have some time i will try to do the same and submit my work here. You are the man!