jolicode / docker-starter

🏗️ A skeleton to start a new web project with PHP, Docker and Castor
MIT License
337 stars 34 forks source link

ensure the stack is up and running when running castor up #317

Closed lyrixx closed 3 months ago

jeromegxj commented 3 months ago

Shouldn't we update docker-compose.yml with:

    frontend:
        build:
            context: services/php
            target: frontend
        depends_on:
            postgres:
                condition: service_healthy

WDYT?

lyrixx commented 3 months ago

Totally, I fix that