25 行
565 B
YAML
25 行
565 B
YAML
profile_id: wordpress-core-current
|
|
system_id: wordpress
|
|
version: current
|
|
artifact_mode: official-image
|
|
verification_mode: real
|
|
browser_required: true
|
|
services:
|
|
app:
|
|
image: wordpress:php8.2-apache
|
|
ports:
|
|
- 18080:80
|
|
db:
|
|
image: mariadb:10.11
|
|
environment:
|
|
MARIADB_DATABASE: wordpress
|
|
MARIADB_USER: wordpress
|
|
MARIADB_PASSWORD: wordpress
|
|
MARIADB_ROOT_PASSWORD: root
|
|
baseline_urls:
|
|
- http://127.0.0.1:18080/
|
|
seed_actions:
|
|
- kind: note
|
|
message: Use default seed strategy derived from repro profile.
|
|
cleanup_policy: destroy
|