Skip to content

v1.1.0 - Added REST API support 🚀

Compare
Choose a tag to compare
@bearlike bearlike released this 13 May 03:52
· 3 commits to main since this release
e46c006

Running Meeseeks with Docker 🐳 (Recommended)

# Run the chat application 
docker run --env-file docker-meeseeks.env --add-host=host.docker.internal:host-gateway -p 8502:8502 ghcr.io/bearlike/meeseeks-chat:1.1.0

# Run the REST API Server
docker run --env-file docker-meeseeks.env -p 5123:5123 --add-host=host.docker.internal:host-gateway ghcr.io/bearlike/meeseeks-api:1.1.0

Installing and Running Meeseeks

For Docker or manual installation, running, and configuring Meeseeks, visit Installation - Wiki.

What's Changed

  • 🚀 RELEASE: Version bump to 1.1.0. Added a basic REST-API wrapper. by @bearlike in #2
  • 📦 NEW: Wrapped REST API endpoint around Meeseeks core.
  • 📦 NEW: Docker image for API & Build action update

Full Changelog: v1.0.0...v1.1.0