make builds sequential for better performing
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user