Skip to content

A Docker image of the latest Couchbase CE version, cloud native (config and init using environment variables)

Notifications You must be signed in to change notification settings

cha87de/couchbase-docker-cloudnative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WARNING: Couchbase has some issues when running in a typical cloud setup! Your data may be lost! Follow couchbase/docker#83 for more details. If you still want/have to use it, go ahead.

This couchbase docker container provides initialization via environment variables. Apart from that it is based on the latest official couchbase ce docker image from docker hub.

The resulting docker image is automatically build on docker hub: https://hub.docker.com/r/cha87de/couchbase-cloudnative/

Usage with docker-compose:

version: '2'
services:
    couchbase:
        image: cha87de/couchbase-cloudnative
        environment:
         - CLUSTER=localhost
         - USER=admin
         - PASS=secret
         - PORT=8091
         - RAMSIZEMB=2048
         - RAMSIZEINDEXMB=512
         - RAMSIZEFTSMB=512
         - BUCKETS=
         - BUCKETSIZES=
         - AUTOREBALANCE=true

About

A Docker image of the latest Couchbase CE version, cloud native (config and init using environment variables)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published