mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-25 00:50:32 +00:00
Update 2024_04_19_222101_create_docker_containers_table.php
This commit is contained in:
parent
e48682965c
commit
02e6953022
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ return new class extends Migration
|
|||
$table->string('state')->nullable();
|
||||
$table->string('status')->nullable();
|
||||
|
||||
$table->string('build_type')->nullable();
|
||||
$table->integer('docker_template_id')->nullable();
|
||||
$table->longText('docker_compose')->nullable();
|
||||
|
||||
$table->string('memory_limit')->nullable();
|
||||
$table->tinyInteger('unlimited_memory')->nullable();
|
||||
$table->tinyInteger('automatic_start')->nullable();
|
||||
|
|
Loading…
Reference in a new issue