Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build the container

docker build --tag vartarvipavag-server .

Run locally

docker run -p 3001:3001 \
--volume $(pwd)/../data:/data vartarvipavag-server:latest

Run locally with password authentication

docker run -p 3001:3001 \
-e CLIENT_PASSWORD=test123 \
--volume $(pwd)/../data:/data vartarvipavag-server:latest

Then you can reach the container on http://localhost:3001/health