nopaque/.env.tpl

30 lines
1017 B
Smarty
Raw Normal View History

2023-09-25 08:11:11 +00:00
##############################################################################
# Variables for use in Docker Compose YAML files #
##############################################################################
# HINT: Use this bash command `id -u`
2023-09-25 08:11:11 +00:00
# NOTE: 0 (= root user) is not allowed
HOST_UID=
# HINT: Use this bash command `id -g`
HOST_GID=
# HINT: Use this bash command `getent group docker | cut -d: -f3`
HOST_DOCKER_GID=
2023-09-25 08:11:11 +00:00
# DEFAULT: nopaque
DOCKER_DEFAULT_NETWORK_NAME=nopaque
2023-09-25 08:11:11 +00:00
# DEFAULT: ./volumes/db/data
DOCKER_DB_SERVICE_DATA_VOLUME_SOURCE_PATH=./volumes/db/data
2023-09-25 08:11:11 +00:00
# DEFAULT: ./volumes/mq/data
DOCKER_MQ_SERVICE_DATA_VOLUME_SOURCE_PATH=./volumes/mq/data
2023-09-25 08:11:11 +00:00
# NOTE: This must be a network share and it must be available on all
# Docker Swarm nodes, mounted to the same path with the same
# user and group ownership.
DOCKER_NOPAQUE_SERVICE_DATA_VOLUME_SOURCE_PATH=
2023-09-25 08:11:11 +00:00
# DEFAULT: ./volumes/nopaque/logs
DOCKER_NOPAQUE_SERVICE_LOGS_VOLUME_SOURCE_PATH=./volumes/nopaque/logs