Sign inSign up

cvhariharan/etebase

By cvhariharan

Updated over 4 years ago

A multi architecture docker image for etebase

Image
0

4.5K

cvhariharan/etebase repository overview

etebase

A multi architecture docker image for etebase.

Example docker-compose entry

etebase:
    container_name: etebase
    image: cvhariharan/etebase:v0.7.0-146-gd115040
    environment:
      ADMIN_USER: admin
      ADMIN_EMAIL: [email protected]
      ADMIN_PASSWORD: password@123
    ports:
      - "5000:3735"
    volumes:
      - './etebase:/data'

Currently the image only supports SQLite.

Tag summary

Content type

Image

Digest

Size

50.5 MB

Last updated

over 4 years ago

docker pull cvhariharan/etebase:v0.8.3