dns.env file did not work out, env_file: element not being read before dns: element. Using folder-specific .env files instead, seems to be loaded before dns: element. Also move other values to the env files for better password privacy.

This commit is contained in:
2023-08-21 12:33:02 -07:00
parent 8d394cafd3
commit 319f2e35b7
6 changed files with 39 additions and 46 deletions

View File

@@ -14,5 +14,3 @@ DOCKER_PATH="$DOCKER_HOME/bin"
PATH="$DOCKER_PATH:$PATH"
export DOCKER_HOME DOCKER_PATH PATH
source $DIR/dns.env