Changed docker to use a hosts file with various var files and to use roles.

This commit is contained in:
2023-07-23 08:46:07 +05:30
parent 16f29c4139
commit 26310dfc42
17 changed files with 103 additions and 298 deletions

View File

@ -3,3 +3,4 @@ http_host: "knox.greatbear.in"
http_conf: "knox.greatbear.in.conf"
host_port: "8337"
host_directory: "barker-chd"
env_file: "files/.env-chd"

View File

@ -3,3 +3,4 @@ http_host: "knox.hngmohali.com"
http_conf: "knox.hngmohali.com.conf"
host_port: "8336"
host_directory: "barker-mhl"
env_file: "files/.env-mhl"

View File

@ -3,3 +3,4 @@ http_host: "knox.hopsngrains.com"
http_conf: "knox.hopsngrains.com.conf"
host_port: "8338"
host_directory: "barker-pkl"
env_file: "files/.env-pkl"