PHLAK / paperless-ngx-compose

A Paperless-ngx docker compose configuration

Repository from Github https://github.comPHLAK/paperless-ngx-composeRepository from Github https://github.comPHLAK/paperless-ngx-compose

Requirements

Installation

  1. Clone the repository

    git clone git@github.com:PHLAK/paperless-ngx-compose.git
    
  2. Initialize the configuration files

     make init
    

    or manually run the commands in Makefile

  3. Set the environment variables in .env

  4. Set service-specific environment variables by editing the files found in the environment.d directory (optional)

  5. Run docker compose config to validate and confirm your configuration

  6. Run docker compose run --rm paperless-ngx createsuperuser to run initial database migrations and create the first user

  7. Run docker compose up -d to start the containers

About

A Paperless-ngx docker compose configuration


Languages

Language:Makefile 100.0%