facet-acq / post-award

Application Service Supporting Entitlement and Administration of Government Procurement Actions
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

More Docker Work #46

Closed djfurman closed 6 years ago

djfurman commented 6 years ago

Pull Request

Adds latest docker configuration work

Purpose

In order to scale out as many docker containers as needed in the cluster, this Dockerfile and configurations are added to run the Laravel application in a stateless manner.

Approach

Had to add in supervisor to manage php-fpm and nginx at the same time.

Lessons Learned