refactor(meta): Fix spacing (#1)

This commit is contained in:
hygienic-books 2023-10-08 18:05:07 +02:00
parent 7400821800
commit 16d3b976e1

View File

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