feat: build assets
CI / 🧪 Tests Laravel (push) Successful in 2m2s
CI / 🐳 Build & Push Image (push) Successful in 21s

This commit is contained in:
2026-07-16 17:05:00 +02:00
parent 573718b38f
commit 99cb0e63e6
3 changed files with 24 additions and 1 deletions
+4
View File
@@ -56,6 +56,8 @@ services:
horizon:
<<: *app-service
container_name: daily-meal-api-horizon
healthcheck:
disable: true
depends_on:
app:
condition: service_healthy
@@ -64,6 +66,8 @@ services:
scheduler:
<<: *app-service
container_name: daily-meal-api-scheduler
healthcheck:
disable: true
depends_on:
app:
condition: service_healthy