Merge branch 'dev' of https://git.verdnatura.es/salix into dev
This commit is contained in:
commit
cc3c1c9b55
|
@ -193,6 +193,7 @@ gulp.task('docker-compose', async () => {
|
||||||
Object.assign(service, {
|
Object.assign(service, {
|
||||||
container_name: `${namePrefix}${serviceName}`,
|
container_name: `${namePrefix}${serviceName}`,
|
||||||
image: `${serviceName}:${imageTag}`,
|
image: `${serviceName}:${imageTag}`,
|
||||||
|
restart: 'unless-stopped',
|
||||||
volumes: ['/config:/config']
|
volumes: ['/config:/config']
|
||||||
});
|
});
|
||||||
service.build.labels = {
|
service.build.labels = {
|
||||||
|
|
Loading…
Reference in New Issue