Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After successfully deploying with docker-compose, the Telegram bot is not responding #4163

Open
ZDY321 opened this issue Dec 1, 2024 · 2 comments
Labels
bug Something isn't working Stale

Comments

@ZDY321
Copy link

ZDY321 commented Dec 1, 2024

Describe the bug

Running successfully without any errors

Return messages following successful deployment

✔ Container memogram  Started                                                                               0.6s 
 ✔ Container memeos    Started

Steps to reproduce

The contents of my YAML file, and I've verified that the bot token in the .env file is accurate

services:
  memos:
    image: neosmemo/memos:latest
    container_name: memeos
    hostname: memeos
    ports:
      - "5230:5230"
    volumes:
      - /root/data/docker_data/memos/.memos/:/var/opt/memos
    restart: always
  memogram:
    env_file: .env
    build: ./memogram
    container_name: memogram

The version of Memos you're using.

0.23.0

Screenshots or additional context

Screenshot of the Telegram Bot:
Snipaste_2024-12-01_18-57-52


Operation output:

Snipaste_2024-12-01_18-58-59

@ZDY321 ZDY321 added the bug Something isn't working label Dec 1, 2024
@jkjoy
Copy link

jkjoy commented Dec 2, 2024

所以 env 的环境变量你配置了吗

@Issues-translate-bot
Copy link

Issue is not in English. It has been translated automatically.


So have you configured the env environment variable?

@github-actions github-actions bot added the Stale label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Stale
Projects
None yet
Development

No branches or pull requests

3 participants