build(docker): add and configure ADR Tools
This commit is contained in:
parent
6e773d1301
commit
0f4fe3b8dc
|
@ -11,6 +11,11 @@ x-assets: &default-assets
|
||||||
- ".:/app"
|
- ".:/app"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
adr-tools:
|
||||||
|
image: "opdavies/adr-tools"
|
||||||
|
volumes:
|
||||||
|
- "./:/adr"
|
||||||
|
|
||||||
css:
|
css:
|
||||||
<<: *default-assets
|
<<: *default-assets
|
||||||
command: "./run yarn:build:css"
|
command: "./run yarn:build:css"
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
# 1. Record architecture decisions
|
||||||
|
|
||||||
|
Date: 2022-01-12
|
||||||
|
|
||||||
|
## Status
|
||||||
|
|
||||||
|
Accepted
|
||||||
|
|
||||||
|
## Context
|
||||||
|
|
||||||
|
We need to record the architectural decisions made on this project.
|
||||||
|
|
||||||
|
## Decision
|
||||||
|
|
||||||
|
We will use Architecture Decision Records, as [described by Michael Nygard](http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions).
|
||||||
|
|
||||||
|
## Consequences
|
||||||
|
|
||||||
|
See Michael Nygard's article, linked above. For a lightweight ADR toolset, see Nat Pryce's [adr-tools](https://github.com/npryce/adr-tools).
|
19
docs/architectural-decisions/0002-use-sculpin.md
Normal file
19
docs/architectural-decisions/0002-use-sculpin.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# 2. Use Sculpin
|
||||||
|
|
||||||
|
Date: 2022-01-12
|
||||||
|
|
||||||
|
## Status
|
||||||
|
|
||||||
|
Accepted
|
||||||
|
|
||||||
|
## Context
|
||||||
|
|
||||||
|
The issue motivating this decision, and any context that influences or constrains the decision.
|
||||||
|
|
||||||
|
## Decision
|
||||||
|
|
||||||
|
The change that we're proposing or have agreed to implement.
|
||||||
|
|
||||||
|
## Consequences
|
||||||
|
|
||||||
|
What becomes easier or more difficult to do and any risks introduced by the change that will need to be mitigated.
|
Loading…
Reference in a new issue