This project create Universal Docker images for Serpbear Open Source Search Engine Position Tracking App
Platform | Description |
---|---|
linux/amd64 | Standard AMD64 Processors. |
linux/arm64 | ARM64-based M1 chips or MacBook Air, MacBook Pro, and Mac mini models. |
linux/arm/v7 | ARMv7 processors, like Raspberry 2, Pandaboard, BeagleBoard, BeagleBone (Black). |
Download the SerpBear Docker Image from Dockerhub:
docker pull adrianoamalfi/serpbear-multiarch-docker
Run the Docker Container :
docker run -d -p 3000:3000 -v serpbear_data:/app/data --restart unless-stopped -e NEXT_PUBLIC_APP_URL='http://localhost:3000' -e USER='admin' -e PASSWORD='0123456789' -e SECRET='4715aed3216f7b0a38e6b534a958362654e96d10fbc04700770d572af3dce43625dd' -e APIKEY='5saedXklbslhnapihe2pihp3pih4fdnakhjwq5' --name serpbear adrianoamalfi/serpbear-multiarch-docker
Create a docker-compose.yaml:
version: "3.8"
services:
app:
image: adrianoamalfi/serpbear-multiarch-docker
restart: unless-stopped
ports:
- 3000:3000
environment:
- USER=admin
- PASSWORD=0123456789
- SECRET=4715aed3216f7b0a38e6b534a958362654e96d10fbc04700770d572af3dce43625dd
- APIKEY=5saedXklbslhnapihe2pihp3pih4fdnakhjwq5
- NEXT_PUBLIC_APP_URL=http://localhost:3000
volumes:
- serpbear_appdata:/app/data
networks:
my-network:
driver: bridge
volumes:
serpbear_appdata:
SerpBear Github Project Page
SerpBear is an Open Source Search Engine Position Tracking App. It allows you to track your website's keyword positions in Google and get notified of their positions.
- Unlimited Keywords: Add unlimited domains and unlimited keywords to track their SERP.
- Email Notification: Get notified of your keyword position changes daily/weekly/monthly through email.
- SERP API: SerpBear comes with built-in API that you can use for your marketing & data reporting tools.
- Google Search Console Integration: Get the actual visit count, impressions & more for Each keyword.
- Mobile App: Add the PWA app to your mobile for a better mobile experience.
- Zero Cost to RUN: Run the App on mogenius.com or Fly.io for free.