Small python script for sending messages to telegram both message and to include a image. Simple to add file and then use in yor own python apps to integrate with telegram
In the fins folder (ORe what you called it)
Build
docker-compose build
Run
docker-compose up
When you devlope you can set so the docker only trace fstab and you can exec into the contaner and start the service from inside the docker. This is good when you develope.
- Set docker-comopse to use fstab
command: tail -f /etc/fstab
- Start up with docker compose
docker-compose up
- Exec into the continer
find the container
docker ps
Exec into
docker exec -it "ID OF CONTANER" sh
- Start the service
python3 run.py