Skip to content

Commit f2b9a74

Browse files
committed
infra(docker): add redis to launch script
1 parent 2fab64c commit f2b9a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docker/launch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ try {
3636
console.log(`🟡 DATABASE_HOST è '${DATABASE_HOST}' -> il servizio 'db' non verrà avviato.`)
3737
console.log('🟢 Avvio degli altri servizi...')
3838

39-
const services = ['studio', 'api', 'app']
39+
const services = ['studio', 'api', 'app', 'redis']
4040
if (isLocalFileStorage) {
4141
services.push('cdn')
4242
}

0 commit comments

Comments
 (0)