mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
Changes auto-committed by Conductor
This commit is contained in:
@@ -14,6 +14,21 @@ class ApplicationSeeder extends Seeder
|
|||||||
*/
|
*/
|
||||||
public function run(): void
|
public function run(): void
|
||||||
{
|
{
|
||||||
|
Application::create([
|
||||||
|
'name' => 'Docker Compose Example',
|
||||||
|
'repository_project_id' => 603035348,
|
||||||
|
'git_repository' => 'coollabsio/coolify-examples',
|
||||||
|
'git_branch' => 'v4.x',
|
||||||
|
'base_directory' => '/docker-compose',
|
||||||
|
'docker_compose_location' => 'docker-compose-test.yaml',
|
||||||
|
'build_pack' => 'dockercompose',
|
||||||
|
'ports_exposes' => '80',
|
||||||
|
'environment_id' => 1,
|
||||||
|
'destination_id' => 0,
|
||||||
|
'destination_type' => StandaloneDocker::class,
|
||||||
|
'source_id' => 1,
|
||||||
|
'source_type' => GithubApp::class,
|
||||||
|
]);
|
||||||
Application::create([
|
Application::create([
|
||||||
'name' => 'NodeJS Fastify Example',
|
'name' => 'NodeJS Fastify Example',
|
||||||
'fqdn' => 'http://nodejs.127.0.0.1.sslip.io',
|
'fqdn' => 'http://nodejs.127.0.0.1.sslip.io',
|
||||||
|
|||||||
Reference in New Issue
Block a user