feat(meta): Use modern file names (#1)

This commit is contained in:
hygienic-books 2023-10-08 18:04:11 +02:00
parent b212f32192
commit 9beeb9935f
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# FIXME # FIXME
Search and replace all mentions of FIXME with sensible content in this file and in [docker-compose.yml](docker-compose.yml). Search and replace all mentions of FIXME with sensible content in this file and in [compose.yaml](compose.yaml).
# Nginx Docker Compose files # Nginx Docker Compose files
@ -21,8 +21,8 @@ When everything's ready start Nginx with Docker Compose, otherwise head down to
export COMPOSE_DIR='/opt/containers/nginx' export COMPOSE_DIR='/opt/containers/nginx'
export COMPOSE_CTX='ux_vilnius' export COMPOSE_CTX='ux_vilnius'
export COMPOSE_PROJECT='nginx-'"${COMPOSE_CTX}" export COMPOSE_PROJECT='nginx-'"${COMPOSE_CTX}"
export COMPOSE_FILE="${COMPOSE_DIR}"'/docker-compose.yml' export COMPOSE_FILE="${COMPOSE_DIR}"'/compose.yaml'
export COMPOSE_OVERRIDE="${COMPOSE_DIR%/}"'/docker-compose.override.yml' export COMPOSE_OVERRIDE="${COMPOSE_DIR%/}"'/compose.override.yaml'
export COMPOSE_ENV=<add accordingly> export COMPOSE_ENV=<add accordingly>
``` ```
@ -88,7 +88,7 @@ Create ZFS datasets and set permissions as needed.
zfs create -p 'zpool/docker-data/nginx-'"${COMPOSE_CTX}"'/ping/data/logs' zfs create -p 'zpool/docker-data/nginx-'"${COMPOSE_CTX}"'/ping/data/logs'
zfs create -p 'zpool/docker-data/nginx-'"${COMPOSE_CTX}"'/ping/config' zfs create -p 'zpool/docker-data/nginx-'"${COMPOSE_CTX}"'/ping/config'
``` ```
FIXME When changing bind mount locations to real ones remember to also update `volumes:` in [docker-compose.yml](docker-compose.yml) FIXME FIXME When changing bind mount locations to real ones remember to also update `volumes:` in [compose.yaml](compose.yaml) FIXME
* Create subdirs * Create subdirs
``` ```