container: support phpmyadmin for mariadb

This commit is contained in:
uumas
2023-05-09 20:20:01 +03:00
parent a2225cea5f
commit 09daba7fd7
3 changed files with 27 additions and 2 deletions

View File

@@ -118,10 +118,10 @@ argument_specs:
- https
default: http
ports:
description: "ports[docker_service]['http'] or ports[docker_service]['https'] defines the port on which the container will listen on for reverse proxy connections. Required if reverse_proxy_type is caddy."
description: "ports[docker_service]['http'] or ports[docker_service]['https'] defines the port on which the container will listen on for reverse proxy connections. Required if reverse_proxy_type is caddy. If ports[docker_service]['phpmyadmin'] is defined and docker_database is mariadb, phpmyadmin will is installed."
type: dict
docker_vhost_domains:
description: "docker_vhost_domains[docker_service] is a list which defines which domains should be proxied to the container. Required if reverse_proxy_type is not none"
description: "docker_vhost_domains[docker_service] is a list which defines which domains should be proxied to the container. Required if reverse_proxy_type is not none. docker_vhost_domains[docker_service + '_phpmyadmin'] is used for phpmyadmin"
type: dict
docker_published_ports:
description: "A list of published ports in docker format (<host listen address>:<host port>:<container port>)"