Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Compose File #6

Open
aBuder opened this issue Jan 31, 2017 · 1 comment
Open

Docker Compose File #6

aBuder opened this issue Jan 31, 2017 · 1 comment

Comments

@aBuder
Copy link

aBuder commented Jan 31, 2017

Hi,

is it possible to get an Docker Compose file to startup file

@YMonnier
Copy link

YMonnier commented Jun 3, 2020

version: '3'

services:
  cassandra:
    image: yep1/usergrid-cassandra
    volumes:
      - ./data/cassandra:/var/lib/cassandra
  elasticsearch:
    image: yep1/usergrid-elasticsearch
    volumes:
      - ./data/elasticsearch:/data
  usergrid:
    image: yep1/usergrid
    environment:
      ADMIN_PASS: SuperTest
      ORG_NAME: orgNameTest
      APP_NAME: appNameTest
      CASSANDRA_PORT_9160_TCP_ADDR: cassandra
      CASSANDRA_PORT_9160_TCP_PORT: 9160
      ELASTICSEARCH_PORT_9300_TCP_ADDR: elasticsearch
      ELASTICSEARCH_PORT_9300_TCP_PORT: 9300

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants