@@ -60,15 +60,9 @@ See [`CONTRIBUTING.md`](CONTRIBUTING.md).
60
60
61
61
The [ ` docker-compose.yml ` ] ( docker-comose.yml ) file defines the following
62
62
containers:
63
- 1 . ** index-composer** - A Dependency Manager for PHP
64
- - This container does not have a persistent service. Expect the following
65
- message when you start the services: ` index-composer exited with code 0 `
66
- 2 . ** index-phpmyadmin** - Database administration
67
- - [ localhost:8003] ( http://localhost:8003/ )
68
- 3 . ** index-wpcli** - The command line interface for WordPress
69
- 4 . ** index-web** - Web server (WordPress and static HTML components)
63
+ 1 . ** index-web** - Web server (WordPress and static HTML components)
70
64
- ** [ localhost:8080] ( http://localhost:8080/ ) **
71
- 5 . ** index-wpdb ** - Database server for WordPress
65
+ 2 . ** index-db ** - Database server for WordPress
72
66
73
67
74
68
## Setup
@@ -165,7 +159,7 @@ See [`config/web-sites-available/000-default.conf`][dev-webconfig].
165
159
166
160
| Name | Version |
167
161
| --------- | ------- |
168
- | WordPress | `6.3` |
162
+ | WordPress | `6.4. 3` |
169
163
170
164
Also see [`.env.example`](.env.example).
171
165
@@ -174,7 +168,7 @@ Also see [`.env.example`](.env.example).
174
168
175
169
| Name | Version |
176
170
| -------------------------------------------------------- | -------- |
177
- | [Advanced Custom Fields][adv-custom-fields] | `6.2.1 ` |
171
+ | [Advanced Custom Fields][adv-custom-fields] | `6.2.7 ` |
178
172
| [Advanced Custom Fields: Menu Chooser][acf-menu-chooser] | `1.1.0` |
179
173
| [Classic Editor][classic-editor] | `1.6.3` |
180
174
| [Monster Insights Google Analytics][monster-insights] | `8.19` |
@@ -209,7 +203,7 @@ Also see [`config/composer/composer.json`](config/composer/composer.json).
209
203
## Stage and Prod configuration
210
204
211
205
The staging server and production server are configured via Salt managed in the
212
- in [creativecommons/sre-salt-prime][sre-salt-prime] repository. The list below
206
+ [creativecommons/sre-salt-prime][sre-salt-prime] repository. The list below
213
207
include the specifics (is non-exhaustive):
214
208
- `pillars/`
215
209
- [`3_HST/index/`][salt-hst-index]
0 commit comments