Merge branch 'dev' of https://git.verdnatura.es/salix into dev

This commit is contained in:
Joan Sanchez 2018-08-27 11:23:01 +02:00
commit bf61bc86d4
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ gulp.task('docker-compose', async () => {
Object.assign(service, {
container_name: `${namePrefix}${serviceName}`,
image: `${serviceName}:${imageTag}`,
restart: 'unless-stopped',
volumes: ['/config:/config']
});
service.build.labels = {