文件
websafe-kb/00-environments/profiles/core/drupal/current.yaml

24 行
504 B
YAML

profile_id: drupal-core-current
system_id: drupal
version: current
artifact_mode: official-image
verification_mode: real
browser_required: true
services:
app:
image: drupal:10-apache
ports:
- 18081:80
db:
image: postgres:15
environment:
POSTGRES_DB: drupal
POSTGRES_USER: drupal
POSTGRES_PASSWORD: drupal
baseline_urls:
- http://127.0.0.1:18081/
seed_actions:
- kind: note
message: Use default seed strategy derived from repro profile.
cleanup_policy: destroy