Skip to content

Releases: ultasun/miguel_mega_flask

Miguel's Mega Flask Tutorial using Docker Compose

13 Sep 19:18
Compare
Choose a tag to compare

Microblog

Microblog was originally created by Miguel Grinberg. Available here is an improved version which may be quickly and easily installed on any system.

Installation

  1. Install Docker, Docker Desktop or Podman,
  2. Download docker-compose.yml below,
  3. Download default.env below,
    • Rename the file to .env,
    • Place it into the same directory as docker-compose.yml,
  4. Using a terminal, cd to the directory containing both docker-compose.yml and .env, and run:
    • docker compose up
  5. Wait about 15 minutes (or longer) for:
    • All images to download (the LibreTranslate image is large),
    • After the LibreTranslate container starts, it takes about 10 more minutes before it will begin serving translation requests,
  6. Using a web browser, access the service on standard HTTP port 80!

More Information

See the README.md for more information. Thank you for reading!