Skip to content

docker compose #91

Description

@atomotic

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions