From c4370a17dec7c1090c92efc195f6bd1188ba9bde Mon Sep 17 00:00:00 2001 From: RATDAD Date: Sat, 14 Mar 2026 19:09:51 -0400 Subject: refactor: alter the position of environment files and container routing --- templates/edge.env.template | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 templates/edge.env.template (limited to 'templates/edge.env.template') diff --git a/templates/edge.env.template b/templates/edge.env.template new file mode 100644 index 0000000..5686218 --- /dev/null +++ b/templates/edge.env.template @@ -0,0 +1,34 @@ +DOMAIN=${DOMAIN} +DOCUMENT_ROOT= + +PKM_HOST=pkm +PKM_SUB= +PKM_PORT= + +SCM_HOST=scm +SCM_SUB= +SCM_PORT= + +PIM_HOST=pim +PIM_SUB= +PIM_PORT= + +TSK_HOST=tsk +TSK_SUB= +TSK_PORT= + +IAM_HOST=iam +IAM_SUB= +IAM_PORT= + +IRM_HOST=irm +IRM_SUB= +IRM_PORT= + +NEWS_HOST=news +NEWS_SUB= +NEWS_PORT= + +DBA_HOST=dba +DBA_SUB= +DBA_PORT= -- cgit v1.2.3-70-g09d2