This is a simple service that takes screenshots of webpages, and serve them as OG image.
# Clone repository
git clone https://github.com/valyentdev/og.git
# Change directory to this project
cd og
# Set up an environment files
cp .env.example .env # Replace values by actual values
# Launch the service
docker compose up