Merge branch 'develop' of git.golsystems.mx:juan.zapata/repuve-backend-v1 into develop

This commit is contained in:
Juan Felipe Zapata Moreno 2025-11-04 12:04:55 -06:00
commit 9348e03010
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