|
@@ -291,7 +291,7 @@ pipeline {
|
|
|
sshCommand remote: remote, command: "docker pull ${DOCKER_IMG_NAME}"
|
|
sshCommand remote: remote, command: "docker pull ${DOCKER_IMG_NAME}"
|
|
|
}
|
|
}
|
|
|
sh """
|
|
sh """
|
|
|
- echo '
|
|
|
|
|
|
|
+ echo '
|
|
|
version: "3.7"
|
|
version: "3.7"
|
|
|
services:
|
|
services:
|
|
|
${params.module}-${params.profile}:
|
|
${params.module}-${params.profile}:
|
|
@@ -332,7 +332,7 @@ pipeline {
|
|
|
ports:
|
|
ports:
|
|
|
- "${API_PORT}:${API_PORT}"
|
|
- "${API_PORT}:${API_PORT}"
|
|
|
- "${API_REMOTE_DEBUG_PORT}:${API_REMOTE_DEBUG_PORT}"
|
|
- "${API_REMOTE_DEBUG_PORT}:${API_REMOTE_DEBUG_PORT}"
|
|
|
- networks:
|
|
|
|
|
|
|
+ networks:
|
|
|
- ${ARTIFACTID}
|
|
- ${ARTIFACTID}
|
|
|
extra_hosts:
|
|
extra_hosts:
|
|
|
- "www.storlead.com:172.18.194.161"
|
|
- "www.storlead.com:172.18.194.161"
|