Compare commits

..

8 Commits

Author SHA1 Message Date
47318a2b6e
!LOCAL Add makefile for automating build and upload 2024-04-12 17:02:41 -04:00
3af38b3e7c
!LOCAL adapt compose file for local dev 2024-04-12 17:02:41 -04:00
962630df84
Remove duplicate JS mimetype inclusions 2024-04-12 13:47:56 -04:00
f66e425d35
Add service container for executing cron tasks 2024-04-10 21:37:45 -04:00
27d78a4822
Document new custom nginx image 2024-04-10 19:25:21 -04:00
5ea5533ae8
Update compose to use new custom nginx infrastructure 2024-04-10 19:13:03 -04:00
ad2d6877e5
Add dockerfile for building custom nginx container
Add entrypoint that calls envsubst ahead of starting nginx
2024-04-10 19:13:03 -04:00
0a84c8dd1b
Move nginx config to template file
Replace hardcoded config values with environment variables
2024-04-10 18:49:01 -04:00

View File

@ -55,8 +55,7 @@ RUN install-php-extensions \
redis \ redis \
imagick \ imagick \
sysvsem \ sysvsem \
opcache \ opcache
pgsql
# Copy optimized php.ini-development and production # Copy optimized php.ini-development and production