PHRDPL-61 #comment update readme

This commit is contained in:
Nicolas Maillat
2019-06-13 11:47:28 +02:00
committed by GitHub
parent 0f1b073e55
commit ffc1370cdd

View File

@@ -56,13 +56,14 @@ For development with Phraseanet API see https://docs.phraseanet.com/4.0/en/Devel
WARNING : still in a work-in-progress status and can be used only for test purposes. WARNING : still in a work-in-progress status and can be used only for test purposes.
The docker distribution come with 2 differents containers : The docker distribution come with 3 differents containers :
* an nginx that act as the front http server. * An nginx that act as the front http server.
* the php-fpm who serves the php files through nginx. * The php-fpm who serves the php files through nginx.
* The worker who execute Phraseanet scheduler.
## How to build ## How to build
The two images can be built respectively with these two commands : The three images can be built respectively with these commands :
# nginx server # nginx server
docker build --target phraseanet-nginx -t local/phraseanet-nginx . docker build --target phraseanet-nginx -t local/phraseanet-nginx .