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

25 行
562 B
YAML

profile_id: opencart-core-current
system_id: opencart
version: current
artifact_mode: official-image
verification_mode: real
browser_required: true
services:
app:
image: bitnami/opencart:latest
ports:
- 18084:8080
db:
image: mariadb:10.11
environment:
MARIADB_DATABASE: opencart
MARIADB_USER: opencart
MARIADB_PASSWORD: opencart
MARIADB_ROOT_PASSWORD: root
baseline_urls:
- http://127.0.0.1:18084/
seed_actions:
- kind: note
message: Use default seed strategy derived from repro profile.
cleanup_policy: destroy