Merge branch 'develop' of git.golsystems.mx:juan.zapata/repuve-backend-v1 into develop
This commit is contained in:
commit
9348e03010
@ -23,8 +23,9 @@ public function run(): void
|
||||
$this->call(UserSeeder::class);
|
||||
$this->call(SettingSeeder::class);
|
||||
|
||||
$this->call(ModuleSeeder::class);
|
||||
$this->call(CatalogNameImgSeeder::class);
|
||||
$this->call(MunicipalitySeeder::class);
|
||||
$this->call(ModuleSeeder::class);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@ -12,10 +12,10 @@ services:
|
||||
- DB_PORT=${DB_PORT}
|
||||
volumes:
|
||||
- ./:/var/www/repuve-backend-v1
|
||||
- /var/www/repuve-backend-v1/vendor
|
||||
- ./vendor:/var/www/golscontrols/vendor
|
||||
networks:
|
||||
- repuve-network
|
||||
mem_limit: 400m
|
||||
mem_limit: 512M
|
||||
depends_on:
|
||||
mysql:
|
||||
condition: service_healthy
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user