10-compose-add-conventional-commits #11

Merged
hygienic-books merged 9 commits from 10-compose-add-conventional-commits into master 2023-10-08 15:29:43 +00:00
Showing only changes of commit c6e93b353d - Show all commits

View File

@ -13,6 +13,7 @@ Add a `COMPOSE_ENV` file and save its location as a shell variable along with th
When everything's ready start Vault with Docker Compose, otherwise head down to [Initial setup](#initial-setup) first. When everything's ready start Vault with Docker Compose, otherwise head down to [Initial setup](#initial-setup) first.
## Environment ## Environment
``` ```
export COMPOSE_DIR='/opt/containers/hashicorpvault' export COMPOSE_DIR='/opt/containers/hashicorpvault'
export COMPOSE_CTX='ux_vilnius' export COMPOSE_CTX='ux_vilnius'
@ -30,6 +31,7 @@ docker context create fully.qualified.domain.name --docker 'host=ssh://root@full
``` ```
## Build ## Build
FIXME We build the `vault` image locally. Our adjustment to the official image is simply adding `/tmp/vault` to it. See [build-context/Dockerfile](build-context/Dockerfile). We use `/tmp/vault` to bind-mount a dedicated ZFS dataset for the application's `tmpdir` location. FIXME We build the `vault` image locally. Our adjustment to the official image is simply adding `/tmp/vault` to it. See [build-context/Dockerfile](build-context/Dockerfile). We use `/tmp/vault` to bind-mount a dedicated ZFS dataset for the application's `tmpdir` location.
``` ```