modified: main_dc/docker-compose.yml
modified: main_dc/yalarba/api_es/.env change port to variable from .env file
This commit is contained in:
@@ -242,7 +242,7 @@ services:
|
||||
DB_USER: postgres
|
||||
DB_PASSWORD: postgres
|
||||
DB_NAME: mydb
|
||||
APP_PORT: 8081
|
||||
APP_PORT: ${API_ES_APP_PORT}
|
||||
networks:
|
||||
- app-network
|
||||
- web-network
|
||||
@@ -254,7 +254,7 @@ services:
|
||||
"--no-verbose",
|
||||
"--tries=1",
|
||||
"--spider",
|
||||
"http://localhost:8088/health",
|
||||
"http://localhost:${API_ES_APP_PORT}/health",
|
||||
]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
|
||||
Reference in New Issue
Block a user