Installation of vpub-plus using Docker

Author Topic
mysh

m

Posted on

Prerequisites

  • Git
  • Docker

Installation

git clone git@github.com:hugmouse/vpub-plus.git
cd vpub-plus
sudo docker compose up

Wait some time to get those container up and running - and done! Navigate to localhost:1337 to see your very own vpub-plus instance.

Configuration

You can customize container by editing .env file, by default it content is:

POSTGRES_USER=vpub
POSTGRES_PASSWORD=yourpassword
POSTGRES_DB=vpub
SESSION_KEY=your32byteslongsessionkeyhere
CSRF_KEY=your32byteslongcsrfkeyhere
CSRF_SECURE=false
PORT=8080

Make sure to change those if you actually want to run it publicly.

Screenshot of .env file

Last edited on