mirror of
https://github.com/MaxenceG2M/github-release-notifier.git
synced 2025-12-08 13:53:24 +00:00
@@ -13,3 +13,12 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8025:8025"
|
- "8025:8025"
|
||||||
- "1025:1025"
|
- "1025:1025"
|
||||||
|
|
||||||
|
ofelia:
|
||||||
|
image: mcuadros/ofelia:latest
|
||||||
|
depends_on:
|
||||||
|
- notifier
|
||||||
|
command: daemon --config=/opt/config.ini
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
- ./ofelia.ini:/opt/config.ini
|
||||||
|
|||||||
9
ofelia.ini
Normal file
9
ofelia.ini
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
[global]
|
||||||
|
smtp-host = mailhog
|
||||||
|
smtp-port = 1025
|
||||||
|
email-to = max@ence.fr
|
||||||
|
email-from = ofelia@container.sh
|
||||||
|
|
||||||
|
[job-run "notifier"]
|
||||||
|
schedule = @every 10s
|
||||||
|
container = github-release-notifier
|
||||||
Reference in New Issue
Block a user