Skip to content

Instantly share code, notes, and snippets.

@arun-gupta
Last active August 28, 2022 13:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save arun-gupta/18278dda49b248c09f86097ed78ad152 to your computer and use it in GitHub Desktop.
Save arun-gupta/18278dda49b248c09f86097ed78ad152 to your computer and use it in GitHub Desktop.
Couchbase + Oracle Cloud
version: 2
services:
  couchbase-master:
    image: arungupta/couchbase
    ports:
      - "8091:8091/tcp"
      - "8092:8092/tcp"
      - "8093:8093/tcp"
      - "11210:11210/tcp"
    environment:
      - TYPE=MANAGER
      - "occs:description=Couchbase master service."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment