ezsystems / launchpad

CLI tool to bootstrap an eZ Platform project Docker stack | #justcode
https://ezsystems.github.io/launchpad
MIT License
22 stars 27 forks source link

Missing containers in ez info #40

Open raupie opened 5 years ago

raupie commented 5 years ago
Q A
Bug report? no
Feature request? yes
BC Break report? no
RFC? no
Version
Environment Linux/Mac/Windows

I replaced adminer with phpmyadmin and ez info isn't smart enough to pick up this change. It would be nice if ez info would be able to dynamically pick up additional containers added to the current project.

Plopix commented 5 years ago

you mean in the Tools section @raupie ? because I can see my addition in the Docker Network

raupie commented 5 years ago

Yeah, I don't see phpmyadmin in my tools section in ez info.

phpmyadmin:
        image: phpmyadmin/phpmyadmin
        ports:
            - '${PROJECTPORTPREFIX}084:80'
        depends_on:
            - db
        environment:
            - "PMA_HOST=db"

and I deleted the adminer section.

Service Access
==============

Project Web Access
------------------

Nginx - Front-end (Development Mode):   http://localhost:42080
Nginx - Back-end (Development Mode):    http://localhost:42080/admin
Varnish - Front-end (Production Mode):  http://localhost:42082
Varnish - Back-end (Production Mode):   http://localhost:42082/admin

Database Access
---------------

MariaDB:    tcp://localhost:42306

Solr Access
-----------

Solr:   http://localhost:42983

Tools
-----

Mailcatcher:    http://localhost:42180
Redis Admin:    http://localhost:42083