add adminer (#171)
This commit is contained in:
committed by
Bill Maxwell
parent
1c326aeb7e
commit
bfee4aa8d5
@@ -0,0 +1,3 @@
|
||||
adminer:
|
||||
image: 'clue/adminer:latest'
|
||||
restart: on-failure
|
||||
@@ -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"'
|
||||
Reference in New Issue
Block a user