Compose service renamed
gitea/vn-support/master This commit looks good Details

This commit is contained in:
Juan Ferrer 2020-01-28 15:08:55 +01:00
parent e9e867f1ef
commit 51a35c8771
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -47,7 +47,7 @@ pipeline {
branch 'master'
}
steps {
sh "docker stack deploy --with-registry-auth --compose-file docker-compose.yml ${env.PROJECT_NAME}"
sh "docker stack deploy --with-registry-auth --prune --compose-file docker-compose.yml ${env.PROJECT_NAME}"
}
}
}

View File

@ -1,7 +1,7 @@
version: '3.7'
services:
web:
main:
image: registry.verdnatura.es/vn-support
build:
context: .