<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>telegram-bot-api on</title><link>https://notes.freaks.dev/tags/telegram-bot-api/</link><description>Recent content in telegram-bot-api on</description><generator>Hugo -- gohugo.io</generator><lastBuildDate>Tue, 06 Dec 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://notes.freaks.dev/tags/telegram-bot-api/index.xml" rel="self" type="application/rss+xml"/><item><title>Telegram-bot-api Container</title><link>https://notes.freaks.dev/selfhost/telegram_bot_api_container/</link><pubDate>Tue, 06 Dec 2022 00:00:00 +0000</pubDate><guid>https://notes.freaks.dev/selfhost/telegram_bot_api_container/</guid><description> You must setup Podman first.
Steps create telegram-bot-api directory in $HOME/podman mkdir -p ~/podman/telegram-bot-api &amp;amp;&amp;amp; cd ~/podman/telegram-bot-api copy from compose.yml nano compose.yml start telegram-bot-api podman-compose -f ~/podman/telegram-bot-api/compose.yml systemd -a register systemctl --user enable --now podman-compose@telegram-bot-api compose.yml version: &amp;#34;3&amp;#34; services: telegram-bot-api: image: docker.io/heinokesoe/telegram-bot-api:latest container_name: telegram-bot-api networks: - traefik ports: - &amp;#34;127.0.0.1:8082:8082&amp;#34; volumes: - ./data:/app environment: - TELEGRAM_API_ID=&amp;lt;api id&amp;gt; - TELEGRAM_API_HASH=&amp;lt;api hash&amp;gt; restart: unless-stopped labels: - &amp;#34;io.containers.autoupdate=registry&amp;#34; networks: traefik: external: true</description></item></channel></rss>