Para

Flexible and modular backend framework/server for object persistence, API development and authentication.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  para:
    image: erudikaltd/para:latest_stable
    ports:
      - 8080:8080
    volumes:
      - $(pwd)/data:/para/data
      - $(pwd)/application.conf:/para/application.conf
    environment:
      - JAVA_OPTS="-Dconfig.file
    restart: always

Resources

Website: https://paraio.org/

GitHub: https://github.com/erudika/para

Docker Hub: https://hub.docker.com/r/erudikaltd/para

Configuration: https://github.com/erudika/para#docker