@@ -28,6 +28,7 @@ services:
2828 environment :
2929 COMMON_COMPANY : companyname
3030 COMMON_PROJECT : server-template
31+ COMMON_PUBLIC_PORT : 9999
3132
3233 server-template-client :
3334 container_name : server-template-client
@@ -50,6 +51,7 @@ services:
5051 environment :
5152 COMMON_COMPANY : companyname
5253 COMMON_PROJECT : server-template
54+ COMMON_PUBLIC_PORT : 9999
5355 # NOTE: Database connection is for tests only
5456 DATABASE_HOST : server-template-database
5557 DATABASE_NAME : ${db_database_name}
@@ -72,6 +74,7 @@ services:
7274 environment :
7375 COMMON_COMPANY : companyname
7476 COMMON_PROJECT : server-template
77+ COMMON_PUBLIC_PORT : 9999
7578 COMMON_DOMAIN : localhost
7679 COMMON_URL : http://localhost:9999
7780 COMMON_DEBUG : ' false'
@@ -105,6 +108,7 @@ services:
105108 environment :
106109 COMMON_COMPANY : companyname
107110 COMMON_PROJECT : server-template
111+ COMMON_PUBLIC_PORT : 9999
108112 COMMON_DEBUG : ' false'
109113 COMMON_LOG_FORMAT : text
110114 COMMON_LOG_LEVEL : info # trace, debug, info, warn, error, fatal
@@ -142,6 +146,8 @@ services:
142146 - " /service/site/node_modules"
143147 # FOR GATSBY ONLY:
144148 # - "/service/site/node_modules"
149+ environment :
150+ COMMON_PUBLIC_PORT : 9999
145151
146152 server-template-cache :
147153 container_name : server-template-cache
0 commit comments