|
1
|
# boilerworks.yaml — fossilrepo project manifest |
|
2
|
# |
|
3
|
# Run `boilerworks init` to generate the project from this file. |
|
4
|
|
|
5
|
# ── Required ────────────────────────────────────────────────────────────────── |
|
6
|
|
|
7
|
project: fossilrepo |
|
8
|
family: django-htmx |
|
9
|
size: full |
|
10
|
|
|
11
|
# ── Topology ────────────────────────────────────────────────────────────────── |
|
12
|
|
|
13
|
topology: standard |
|
14
|
|
|
15
|
# ── Cloud ───────────────────────────────────────────────────────────────────── |
|
16
|
|
|
17
|
cloud: aws |
|
18
|
region: us-east-1 |
|
19
|
|
|
20
|
# ── Domain ──────────────────────────────────────────────────────────────────── |
|
21
|
|
|
22
|
domain: fossilrepo.dev |
|
23
|
|
|
24
|
# ── Optional add-ons ────────────────────────────────────────────────────────── |
|
25
|
|
|
26
|
mobile: false |
|
27
|
web_presence: false |
|
28
|
|
|
29
|
# ── Compliance ──────────────────────────────────────────────────────────────── |
|
30
|
|
|
31
|
compliance: [] |
|
32
|
|
|
33
|
# ── Services ────────────────────────────────────────────────────────────────── |
|
34
|
|
|
35
|
services: |
|
36
|
email: ses |
|
37
|
storage: s3 |
|
38
|
search: null |
|
39
|
cache: redis |
|
40
|
|
|
41
|
# ── Data ────────────────────────────────────────────────────────────────────── |
|
42
|
|
|
43
|
data: |
|
44
|
database: postgres |
|
45
|
migrations: true |
|
46
|
seed_data: true |
|
47
|
|
|
48
|
# ── Testing ─────────────────────────────────────────────────────────────────── |
|
49
|
|
|
50
|
testing: |
|
51
|
e2e: null |
|
52
|
unit: true |
|
53
|
integration: true |
|
54
|
|
|
55
|
# ── Template versions (auto-managed, do not edit manually) ──────────────────── |
|
56
|
|
|
57
|
template_versions: {} |
|
58
|
|