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