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 #91

Open
atomotic opened this issue Aug 8, 2018 · 0 comments
Open

docker compose #91

atomotic opened this issue Aug 8, 2018 · 0 comments

Comments

@atomotic
Copy link
Contributor

atomotic commented Aug 8, 2018

using the develop branch i'm able to start elucidate with the following docker-compose.yml
the liquibase migrations are working fine, as i can see tables created in the postgres container

would you like to include this in the documentation somewhere?
i'm walking through USAGE.md now to better understand the api

version: '3'
services:
  elucidate:
    image: 'dlcs/elucidate-server:1.4.3-SNAPSHOT'
    ports:
      - '8080:8080'
  database:
    image: 'postgres:10-alpine'
    environment:
     - POSTGRES_USER=postgres
     - POSTGRES_PASSWORD=
     - POSTGRES_DB=annotations
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

1 participant