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