Skip to content
Discussion options

You must be logged in to vote

HA! No problem! The project is always improving - and that includes the setup instructions!

Here's my guess as to whats going on - but you confirm: did you mount your subdirectory of memes (e.g., Test) to your container running Meme Search?

Here's the relevant snippet from the pro compose file

  meme_search_pro:
    image: ghcr.io/neonwatty/meme_search_pro:latest
    container_name: meme_search_pro
    environment:
      - DATABASE_URL=postgres://postgres:postgres@meme-search-db:5432/meme_search
    ports:
      - "3000:3000"
    depends_on:
      meme_search_db:
        condition: service_healthy
    volumes: # <-- any additional meme directory must be mounted here
      - ./meme_search_…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by neonwatty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants