This is an image running Phraseanet Digital Asset Management System on a php-fpm base image.
Phraseanet is an Open Source Digital Asset Management solution dedicated to professionals who need a complete system to manage, publish and share their digital media resources (pictures, videos, audio, PDF, Office documents…). Phraseanet is the answer for media management needs in various contexts, from institutional to event or product communication (interconnection with third-party applications such as ecommerce, PIM, MDM…).
(Quoted from Phraseanet website)
As this image only contains PHP FPM and the application, the easiest way to use it, is to run it with docker-compose for which we provide a sample compose file with nginx, mariab and redis:
git clone [email protected]:ditoy/docker-phraseanet.git
cd docker-phraseanet
docker-compose up -d
See the .env
file for the default environment variables.
The administrators email (defaults to [email protected]
).
The administrators password (defaults to admin
).
The host name under which the application will be available (defaults to localhost
).
The database host name (required).
The name of the application database (defaults to phraseanet_app
).
The name of the data database (defaults to phraseanet_data
).
The name of the database user (defaults to phraseanet
).
The database password (required).
We built this image to quickly try out Phraseanet - however we're not actually using it and thus don't provide any support for it. Though we're open to merge in pull requests on GitHub to update this image.