1
0
mirror of https://github.com/MaxenceG2M/github-release-notifier.git synced 2025-12-08 22:03:24 +00:00

Cron with Ofelia

https://github.com/mcuadros/ofelia
This commit is contained in:
2023-08-30 23:22:18 +02:00
parent 74e6488044
commit 02fad7767c
2 changed files with 18 additions and 0 deletions

View File

@@ -13,3 +13,12 @@ services:
ports:
- "8025:8025"
- "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