Giter Site home page Giter Site logo

james-nesbitt / image-fuzzy-alpine-nginx-pagespeed-drupal Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wunderio/image-fuzzy-alpine-nginx-pagespeed-drupal

0.0 3.0 0.0 20 KB

Home Page: https://quay.io/repository/wunder/fuzzy-alpine-nginx-pagespeed-drupal

License: GNU General Public License v3.0

image-fuzzy-alpine-nginx-pagespeed-drupal's Introduction

image-fuzzy-alpine-nginx-pagespeed-drupal

Fuzzy as in reference to the https://en.wikipedia.org/wiki/The_Mythical_Man-Month book where Fred describes the approach of "write one to throw away" as the best start.

Nginx tailored for running Drupal 8 as the application.

Maintained by: Aleksi Johansson [email protected]

Docker

Image

This image is available publicly at:

  • quay.io/wunder/fuzzy-alpine-nginx-pagespeed-drupal : Docker Repository on Quay

Base

This image is based on the fuzzy-alpine-nginx-pagespeed image https://github.com/wunderkraut/image-fuzzy-alpine-nginx-pagespeed.

Modifications

This image adds the following files:

/etc/nginx/conf.d/app_drupal.conf

This is a custom nginx configuration:

  1. Set Drupal specific directives.

/etc/nginx/conf.d/fastcgi_drupal.conf

This is a custom nginx configuration:

  1. Set Drupal specific fastcgi definitions.

/etc/nginx/conf.d/nginx_app.conf

This is a custom nginx configuration:

  1. Define server and root for Drupal 8.

/etc/nginx/conf.d/nginx_upstream.conf

This is a custom nginx configuration:

  1. Configure upstream settings for PHP FastCGI.

Using this Image

This image is tailored for Drupal 8 as the application.

Run this container as an independent service:

$/> docker run -d quay.io/wunder/fuzzy-alpine-nginx-pagespeed-drupal

map any needed services such as php-fpm and mount any source code volumes to whatever path needed:

$/> docker run -d \
      -v "$(pwd):/app/web" \
      -l "my_running_fpm_container:fpm.app" \
      quay.io/wunder/fuzzy-alpine-nginx-pagespeed-drupal

image-fuzzy-alpine-nginx-pagespeed-drupal's People

Contributors

james-nesbitt avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.