forked from GIP-RECIA/ESCOSynchroMoodle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bash_enter.config
28 lines (21 loc) · 1.22 KB
/
.bash_enter.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#####################################################
# Project specific variables for .bash_enter script #
#####################################################
# List of supported environments
autostash DOCKER_DEVBOX_ENV_LIST="prod stage dev"
# List of files to symlink based on environment
autostash DOCKER_DEVBOX_ENV_SYMLINKS="docker-compose.override.yml"
# List of directories containing *.mo.* files to pass through mo templating.
# Directories ending with "[*]" will be processed recursively.
autostash DOCKER_DEVBOX_MO_DIRS="$DOCKER_DEVBOX_DIR/.docker[*]"
# Enable SSL Certificate generation with cfssl-cli
autostash DOCKER_DEVBOX_CFSSL_ENABLED=true
###########################################
# Global variables for .bash_enter script #
###########################################
# Custom CA certificates to install inside containers.
# autostash DOCKER_DEVBOX_CA_CERTIFICATES="/etc/ssl/certs/GFI_Informatique*.pem" "/etc/ssl/certs/fwca.annuaire.groupe.local.pem"
autostash DOCKER_DEVBOX_CA_CERTIFICATES="${DOCKER_DEVBOX_CA_CERTIFICATES:-}"
# Docker registry to push images. Should ends with '/' if defined.
# autostash DOCKER_DEVBOX_REGISTRY=docker-registry.etudes.local/
autostash DOCKER_DEVBOX_REGISTRY="${DOCKER_DEVBOX_REGISTRY:-}"