Sign inSign up

wisdomsky/kounter-docker

By wisdomsky

Updated about 3 years ago

Kounter is a simple counter app that can be used to count profile views, repository visits, etc.

Image
0

499

wisdomsky/kounter-docker repository overview

kounter-docker

Docker image for kounter.

Pre-requisite

You need to create a https://deta.space account. Create a collection and retrieve the project data key and add it into the DETA_PROJECT_KEY environment variable

Usage

docker run:

docker run -p 3000:3000 -e DETA_PROJECT_KEY=c0ugfsyic2m_3FajSsr2YuD1wUq4dTHCLAosdxUt8daeR wisdomsky/kounter-docker

docker-compose.yaml:

services:
  app:
    image: wisdomsky/kounter-docker:latest
    environment:
      HOME_REDIRECT_URL: "https://github.com/WisdomSky/kounter-docker" # Optional
      DETA_PROJECT_KEY: c0ugfsyic2m_3FajSsr2YuD1wUq4dTHCLAosdxUt8daeR
    ports:
      - target: 3000
        published: 3000
        protocol: tcp

Tag summary

Content type

Image

Digest

sha256:f9dfaab88

Size

385.8 MB

Last updated

about 3 years ago

docker pull wisdomsky/kounter-docker