Improved and added more services
This commit is contained in:
		@@ -2,6 +2,7 @@
 | 
			
		||||
  "$type": "service",
 | 
			
		||||
  "name": "mariadb",
 | 
			
		||||
  "description": "MariaDB RDBMS (MySQL fork)",
 | 
			
		||||
  "help": "Default credentials are root/toor",
 | 
			
		||||
  "tags": [ "rdbms", "mysql" ],
 | 
			
		||||
  "author": null,
 | 
			
		||||
  "image": "mariadb",
 | 
			
		||||
 
 | 
			
		||||
@@ -2,6 +2,7 @@
 | 
			
		||||
  "$type": "service",
 | 
			
		||||
  "name": "mysql",
 | 
			
		||||
  "description": "MySQL RDBMS",
 | 
			
		||||
  "help": "Default credentials are root/toor",
 | 
			
		||||
  "tags": [ "rdbms", "mysql" ],
 | 
			
		||||
  "author": null,
 | 
			
		||||
  "image": "mysql",
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										28
									
								
								registry/openldap.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								registry/openldap.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,28 @@
 | 
			
		||||
{
 | 
			
		||||
  "$type": "service",
 | 
			
		||||
  "name": "openldap",
 | 
			
		||||
  "description": "LDAP directory server",
 | 
			
		||||
  "tags": [ "ldap" ],
 | 
			
		||||
  "author": null,
 | 
			
		||||
  "image": "osixia/openldap",
 | 
			
		||||
  "environment": {
 | 
			
		||||
    "LDAP_ORGANISATION": "organisation",
 | 
			
		||||
    "LDAP_DOMAIN": "domain.tld",
 | 
			
		||||
    "LDAP_ADMIN_USERNAME": "admin",
 | 
			
		||||
    "LDAP_ADMIN_PASSWORD": "nimda",
 | 
			
		||||
    "LDAP_CONFIG_PASSWORD": "password",
 | 
			
		||||
    "LDAP_BASE_DN": "dc=domain,dc=tld",
 | 
			
		||||
    "LDAP_READONLY_USER": true,
 | 
			
		||||
    "LDAP_READONLY_USER_USERNAME": "user-ro",
 | 
			
		||||
    "LDAP_READONLY_USER_PASSWORD": "ro_pass"
 | 
			
		||||
  },
 | 
			
		||||
  "ports": [
 | 
			
		||||
    { "port": 389, "info": "LDAP" },
 | 
			
		||||
    { "port": 636, "info": "LDAPS" }
 | 
			
		||||
  ],
 | 
			
		||||
  "persistence": [
 | 
			
		||||
    { "path": "/container/service/slapd/assets/certs", "hint": "certs" },
 | 
			
		||||
    { "path": "/var/lib/ldap", "hint": "ldap" },
 | 
			
		||||
    { "path": "/etc/ldap/slapd.d", "hint": "slapd" }
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
  "$type": "service",
 | 
			
		||||
  "name": "phpcacheadmin",
 | 
			
		||||
  "description": "",
 | 
			
		||||
  "description": "Web UI for Redis and Memcached",
 | 
			
		||||
  "tags": [ "app", "redis", "memcached" ],
 | 
			
		||||
  "author": null,
 | 
			
		||||
  "image": "robinn/phpcacheadmin",
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										15
									
								
								registry/phpldapadmin.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								registry/phpldapadmin.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
{
 | 
			
		||||
  "$type": "service",
 | 
			
		||||
  "name": "phpldapadmin",
 | 
			
		||||
  "description": "Web UI for LDAP",
 | 
			
		||||
  "tags": [ "app", "ldap" ],
 | 
			
		||||
  "author": null,
 | 
			
		||||
  "image": "osixia/phpldapadmin",
 | 
			
		||||
  "environment": {
 | 
			
		||||
    "PHPLDAPADMIN_LDAP_HOSTS": "${DOCKER_HOST}",
 | 
			
		||||
    "PHPLDAPADMIN_HTTPS": "false"
 | 
			
		||||
  },
 | 
			
		||||
  "ports": [
 | 
			
		||||
    { "port": 8080, "target": 80, "info": "HTTP Admin" }
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										16
									
								
								registry/phpmyadmin.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								registry/phpmyadmin.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
{
 | 
			
		||||
  "$type": "service",
 | 
			
		||||
  "name": "phpmyadmin",
 | 
			
		||||
  "description": "Web UI for MySQL and MariaDB",
 | 
			
		||||
  "tags": [ "app", "mysql", "mariadb" ],
 | 
			
		||||
  "author": null,
 | 
			
		||||
  "image": "phpmyadmin",
 | 
			
		||||
  "environment": {
 | 
			
		||||
    "PMA_HOST": "${DOCKER_HOST}",
 | 
			
		||||
    "PMA_PORT": 3306,
 | 
			
		||||
    "MYSQL_ROOT_PASSWORD": "toor"
 | 
			
		||||
  },
 | 
			
		||||
  "ports": [
 | 
			
		||||
    { "port": 8080, "target": 80, "info": "HTTP Admin" }
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user