danwdart / projectchaplin

Free and Open Source Video Sharing Platform
GNU Affero General Public License v3.0
24 stars 11 forks source link

Split up docker so that it's easier to maintain #174

Closed danwdart closed 6 years ago

danwdart commented 7 years ago

Use compose to split up everything into factory standard pieces such as a PHP piece, a Node piece, an Nginx piece etc

Makes the images smaller and more reusable

danwdart commented 7 years ago
docker -f Dockerfile-php -t chaplin-php build .
docker -f Dockerfile-node -t chaplin-node build .

etc

danwdart commented 6 years ago

This is now done and makes things a lot easier going forward.