Best of Docker ComposeMarch 2023

  1. 1
    Article
    Avatar of notedNoted·3y

    Chatpad - A Self-Hosted ChatGPT Wrapper

    Chatpad is a free, open-source software that provides a user-friendly system for interacting with ChatGPT. It offers intricate control over the execution of characters, tones, styles, and formats. Chatpad allows users to store pre-written messages called Prompts and does not collect or track user data. Install Chatpad AI using Docker Compose and enter your ChatGPT API key to start using it as a comprehensive web app with useful tools.

  2. 2
    Article
    Avatar of towardsdevTowards Dev·3y

    Data engineers : Let’s build a data stack step by step

    Data engineers: Let’s build a data stack step by step. The project is divided into 3 major steps: data scraping and automate it using Apache airflow. Dash plottly, gather metrics with Statsd and visualize performance using Prometheus and Grafana.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    GO CRUD Rest API using Mux, Postgres, Docker, and Docker Compose

    Learn how to create a CRUD Rest API in Go using Mux, Postgres, Docker, and Docker Compose. Follow the step-by-step guide to build the API and dockerize the project. Find all the code and a video version in the provided GitHub repository.