Sign inSign up

lifailon/memogram

By lifailon

Updated 10 months ago

Docker image telegram bot for memos.

Image
Integration & delivery
0

262

lifailon/memogram repository overview

memogram (Memos Telegram Bot)

Use the image from Docker Hub and run the container, passing the required parameter - the bot token.

services:
  # Like Google Keep with Markdown support
  memos:
    image: neosmemo/memos:stable
    container_name: memos
    restart: unless-stopped
    ports:
      - 5230:5230
    volumes:
      - ./memos_data:/var/opt/memos

  # Telegram bot for Memos
  memogram:
    image: lifailon/memogram:0.3.0-amd64
    # build:
    #   context: .
    #   dockerfile: Dockerfile
    container_name: memogram
    restart: unless-stopped
    environment:
      - SERVER_ADDR=memos:5230
      - BOT_TOKEN=
      - ALLOWED_USERNAMES=

Tag summary

Content type

Image

Digest

sha256:2a20cbbf7

Size

54.4 MB

Last updated

10 months ago

docker pull lifailon/memogram:0.3.0-amd64