add destinations

This commit is contained in:
Andras Bacsai
2023-05-02 12:47:52 +02:00
parent 77c86400c0
commit 1a9f360132
16 changed files with 144 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ class StandaloneDockerSeeder extends Seeder
{
$server_1 = Server::find(1);
StandaloneDocker::create([
'id' => 1,
'name' => 'Standalone Docker 1',
'network' => 'coolify',
'server_id' => $server_1->id,
]);