pipeline {
agent { label 'agent_smith' }
stages {
stage('recreate > build > reun container') {
steps {
sh "docker-compose up -d --force-recreate --build parse_saby"
}