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

Does not run as docker container #52

Closed
VecH opened this issue Aug 28, 2024 · 0 comments
Closed

Does not run as docker container #52

VecH opened this issue Aug 28, 2024 · 0 comments

Comments

@VecH
Copy link

VecH commented Aug 28, 2024

mkdir /opt/memogram
cd /opt/memogram
git clone https://github.com/usememos/telegram-integration memogram

cat .env

SERVER_ADDR=dns:localhost:5230
BOT_TOKEN=**********************
INSTANCE_URL=https://memos.domain.com

cat docker-compose.yml

services:
  memogram:
    env_file: .env
    build: memogram
    container_name: memogram

docker compose up -d

 => => naming to docker.io/library/memogram-memogram                                                                                                                                                                                    0.0s
[+] Running 2/2
 ✔ Network memogram_default  Created                                                                                                                                                                                                    0.5s
 ✔ Container memogram        Started

docker ps | grep mem

d1a709d6177f   neosmemo/memos:stable              "./memos"                4 weeks ago    Up 42 hours             127.0.0.1:5230->5230/tcp                    memos

Only memos is running in a docker container

docker images|grep memo

memogram-memogram                latest    293d260c87ca   11 minutes ago   24.5MB
neosmemo/memos                   stable    34de9e005158   4 weeks ago      63.8MB
@github-staff github-staff deleted a comment from VecH Aug 28, 2024
@boojack boojack closed this as not planned Won't fix, can't repro, duplicate, stale Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@VecH @boojack and others