Algernon

Small self-contained pure-Go web server with Lua, Markdown, HTTP/2, QUIC, Redis and PostgreSQL support.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
 
services:
  algernon:
    image: xyproto/algernon
    ports:
      - 4000:4000
    volumes:
      - .:/srv/algernon
    restart: unless-stopped

Resources

Website: https://algernon.roboticoverlords.org/

GitHub: https://github.com/xyproto/algernon

Docker Hub: https://hub.docker.com/r/xyproto/algernon

Configuration: https://github.com/xyproto/algernon#docker