make builds sequential for better performing

This commit is contained in:
hamid
2026-08-02 23:54:57 +03:30
parent 71ca986dcd
commit 5e4d19ac4f
+2
View File
@@ -44,6 +44,8 @@ services:
image: balinyaar-web image: balinyaar-web
container_name: balinyaar-web container_name: balinyaar-web
restart: unless-stopped restart: unless-stopped
depends_on:
- api
# No environment here on purpose: every NEXT_PUBLIC_* value is compiled into the browser bundle at # No environment here on purpose: every NEXT_PUBLIC_* value is compiled into the browser bundle at
# build time from client/.env.production. Setting one here would be silently ignored. # build time from client/.env.production. Setting one here would be silently ignored.
healthcheck: healthcheck: