Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

maksimstojkovic/docker-partkeepr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Partkeepr Docker

Build Status Docker Pulls Docker Stars Docker Image Size (latest by date) Docker Image Version (latest by date)

Image of Partkeepr built using PHP7.1 and Nginx-fpm. Running the included docker-compose.yml creates a Partkeepr stack using MariaDB 10.0, with default database settings preconfigured in the Partkeepr setup page available at http://localhost:8080/setup (connect using hostname database in Partkeepr setup).

This image supports the amd64, arm64 and armhf platforms.

Volumes

  • /partkeepr/app/config: Partkeepr configuration folder.
  • /partkeepr/data: Partkeepr data folder.
  • /partkeepr/web: Partkeepr website root folder.

The authentication key generated during setup can be retrieved using:

docker exec partkeepr cat app/authkey.php