Skip to content

Commit

Permalink
Merge pull request #79 from Upstatement/pull-in-esk-updates
Browse files Browse the repository at this point in the history
Add M1 Compatibility & Pull in 2022 ESK updates
  • Loading branch information
bchiang7 authored Jan 24, 2023
2 parents bb17d69 + ad504f2 commit 1fb41ec
Show file tree
Hide file tree
Showing 29 changed files with 3,870 additions and 313 deletions.
1 change: 1 addition & 0 deletions .deployignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ composer.json
composer.lock
docker
docker-compose.yml
docker-compose.ups-dock.yml
Dockerfile
node_modules
wp-content
Expand Down
5 changes: 4 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
WORDPRESS_THEME_NAME=skela

# Runtime environment
WP_ENV=development
WP_ENV=development

# Compose File
COMPOSE_FILE=docker-compose.yml:docker-compose.ups-dock.yml
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Thumbs.db
/.vscode/

# Packages
/composer.lock
/vendor/
/node_modules/
npm-debug.log*
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12.16.2
v16.13.1
9 changes: 6 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
FROM richarvey/nginx-php-fpm:1.9.0
# Note: 1.10.4 fails to initialize
# https://gitlab.com/ric_harvey/nginx-php-fpm/-/issues/307
FROM richarvey/nginx-php-fpm:1.10.3

RUN apk update && apk add \
RUN apk upgrade && apk update && apk add \
mysql-client \
openssl \
msmtp \
less \
tzdata
tzdata \
mariadb-connector-c

# Configure msmtp
RUN { \
Expand Down
157 changes: 0 additions & 157 deletions MULTISITE.md

This file was deleted.

Loading

0 comments on commit 1fb41ec

Please sign in to comment.