Skip to content

choobs/docker-pinboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Choobs Pinboard Docker Image

Supported tags and respective Dockerfile links

Docker Stars Docker Pulls Build Status

Information

  • PHP container that deploys and runs Intaro Pinboard.
  • Requires a mysql server with the pinba engine plugin, see the choobs mariadb image.
  • The image is based on the alpine image.
  • This version runs on the built in php server on port 8080.
  • The app is deployed in the folder /www using git and composer (which is exported as a volume).
  • You can specify the ENV variables for the mysql connection: MYSQL_HOST, MYSQL_USER, MYSQL_PASSWORD.
  • Simplest deployment expects a link called db with MYSQL_ROOT_PASSWORD exported by the db container.
  • Report any issues in the github issue tracker.