fix: DevSeeder

This commit is contained in:
Edgar Méndez Mendoza 2025-11-04 09:30:10 -06:00
parent dd2b3211db
commit 83065b1cc4
2 changed files with 4 additions and 3 deletions

View File

@ -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);
} }
} }

View File

@ -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