Skip to content

docker compose #91

@atomotic

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions