Updated env and docker-compose.yml to have port section
This commit is contained in:
parent
86bbfe16eb
commit
1e88776f2b
2 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ APM_ENVIRONMENT=test
|
|||
APM_SERVICE_NODE_NAME=test
|
||||
APM_SERVICE_VERSION=test
|
||||
|
||||
HOST_PORT=8081
|
||||
SERVER_PORT=8099
|
||||
|
||||
# datasources
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ services:
|
|||
- ${LOGS_DIR}:/opt/app/logs
|
||||
- ${JSON_LOGS_DIR}:/opt/app/json_logs
|
||||
- ${REPORT_DIR}:/opt/app/reports
|
||||
ports:
|
||||
- "${HOST_PORT}:${SERVER_PORT}"
|
||||
environment:
|
||||
- TZ=Europe/Moscow
|
||||
- APM_SERVICE_NAME=${APM_SERVICE_NAME}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue