Compare commits

..

9 Commits

Author SHA1 Message Date
Ethan Paul df55484e5a
!LOCAL Add makefile for automating build and upload 2024-04-12 17:07:38 -04:00
Ethan Paul 1eafbc0a66
!LOCAL adapt compose file for local dev 2024-04-12 17:07:38 -04:00
Ethan Paul 2d92c672e2
Remove duplicate JS mimetype inclusions 2024-04-12 17:07:38 -04:00
Ethan Paul abea6087e5
Add service container for executing cron tasks 2024-04-12 17:07:38 -04:00
Ethan Paul fb6290d01f
Document new custom nginx image 2024-04-12 17:07:38 -04:00
Ethan Paul d98b8fc065
Update compose to use new custom nginx infrastructure 2024-04-12 17:07:38 -04:00
Ethan Paul 2ae4390f93
Add dockerfile for building custom nginx container
Add entrypoint that calls envsubst ahead of starting nginx
2024-04-12 17:07:38 -04:00
Ethan Paul c39cd210f8
Move nginx config to template file
Replace hardcoded config values with environment variables
2024-04-12 17:07:37 -04:00
Ethan Paul a990337983
Add pgsql php extension to support postgres backends 2024-04-12 17:05:06 -04:00
1 changed files with 2 additions and 1 deletions

View File

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