diff --git a/templates/adminer/0/docker-compose.yml b/templates/adminer/0/docker-compose.yml new file mode 100644 index 0000000..28c4e22 --- /dev/null +++ b/templates/adminer/0/docker-compose.yml @@ -0,0 +1,3 @@ +adminer: + image: 'clue/adminer:latest' + restart: on-failure diff --git a/templates/adminer/0/rancher-compose.yml b/templates/adminer/0/rancher-compose.yml new file mode 100644 index 0000000..a56cded --- /dev/null +++ b/templates/adminer/0/rancher-compose.yml @@ -0,0 +1,15 @@ +.catalog: + name: "PHP Adminer" + version: "v1" + description: "Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer je k dispozici pro MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch a MongoDB." + uuid: php-adminer-1 + +adminer: + scale: 1 + health_check: + port: 80 + interval: 3000 + unhealthy_threshold: 2 + healthy_threshold: 2 + response_timeout: 2000 + request_line: 'GET "/" "HTTP/1.0"' diff --git a/templates/adminer/README.md b/templates/adminer/README.md new file mode 100644 index 0000000..f5c26ff --- /dev/null +++ b/templates/adminer/README.md @@ -0,0 +1,3 @@ +# PHP Adminer + +Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer je k dispozici pro MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch a MongoDB. \ No newline at end of file diff --git a/templates/adminer/catalogIcon-registry.svg b/templates/adminer/catalogIcon-registry.svg new file mode 100644 index 0000000..35cd8f9 --- /dev/null +++ b/templates/adminer/catalogIcon-registry.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/adminer/config.yml b/templates/adminer/config.yml new file mode 100644 index 0000000..26e4a29 --- /dev/null +++ b/templates/adminer/config.yml @@ -0,0 +1,7 @@ +name: PHP Adminer +description: | + Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer je k dispozici pro MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch a MongoDB. +version: v1 +category: Applications +maintainer: Tomas Holcman +