更新: 219 个文件 - 2026-03-16 23:45:01

这个提交包含在:
hao
2026-03-16 23:45:01 -07:00
父节点 2974cd9ad9
当前提交 17a26fa7d0
修改 219 个文件,包含 4507 行新增146 行删除

查看文件

@@ -0,0 +1,23 @@
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