fix: DevSeeder
This commit is contained in:
parent
dd2b3211db
commit
83065b1cc4
@ -23,8 +23,9 @@ public function run(): void
|
|||||||
$this->call(UserSeeder::class);
|
$this->call(UserSeeder::class);
|
||||||
$this->call(SettingSeeder::class);
|
$this->call(SettingSeeder::class);
|
||||||
|
|
||||||
$this->call(ModuleSeeder::class);
|
|
||||||
$this->call(CatalogNameImgSeeder::class);
|
$this->call(CatalogNameImgSeeder::class);
|
||||||
$this->call(MunicipalitySeeder::class);
|
$this->call(MunicipalitySeeder::class);
|
||||||
|
$this->call(ModuleSeeder::class);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -12,10 +12,10 @@ services:
|
|||||||
- DB_PORT=${DB_PORT}
|
- DB_PORT=${DB_PORT}
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/var/www/repuve-backend-v1
|
- ./:/var/www/repuve-backend-v1
|
||||||
- /var/www/repuve-backend-v1/vendor
|
- ./vendor:/var/www/golscontrols/vendor
|
||||||
networks:
|
networks:
|
||||||
- repuve-network
|
- repuve-network
|
||||||
mem_limit: 400m
|
mem_limit: 512M
|
||||||
depends_on:
|
depends_on:
|
||||||
mysql:
|
mysql:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user