ybFeed

Personal micro feed where you can post snippets of text or images.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  ybfeed:
    image: ghcr.io/ybizeul/ybfeed:latest
    ports:
      - 8080:8080
    volumes:
      - $(pwd)/data:/data
    restart: always

Resources

GitHub: https://github.com/ybizeul/ybFeed

GitHub Container Registry: https://github.com/ybizeul/ybFeed/pkgs/container/ybfeed

Configuration: https://github.com/ybizeul/ybFeed#installation