Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Feature SQLite Support #49

@tracker1

Description

@tracker1

Would be nice to have SQLite support. It'd be a great option for small or test/qa environments. For docker-compose would only need to use a named volume instead of the jpdatabase container.

docker-compose.sqlite.yml

volumes:
  data-store:
    driver: local
services:
  jpproject:
    ...
    volumes:
      - data-store:/var/lib/identityserver/data
    environment:
      ...
      CUSTOMCONNSTR_SSOConnection: "Filename=/var/lib/identityserver/data/identityserver.sqlite"
...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions