Skip to content

DarkKaiser/notify-server

Repository files navigation

NotifyServer

License: MIT

외부 프로그램으로부터 수신된 메시지 및 등록된 태스크들의 실행 결과를 알립니다.

Build

docker build -t darkkaiser/notify-server .

Run

docker ps -q --filter name=notify-server | grep -q . && docker container stop notify-server && docker container rm notify-server

docker run -d --name notify-server \
              -e TZ=Asia/Seoul \
              -v /usr/local/docker/notify-server:/usr/local/app \
              -v /usr/local/docker/nginx-proxy-manager/letsencrypt:/etc/letsencrypt:ro \
              -p 2443:2443 \
              --restart="always" \
              darkkaiser/notify-server

🤝 Contributing

Contributions, issues and feature requests are welcome.
Feel free to check issues page if you want to contribute.

Author

👤 DarkKaiser