diff --git a/Dockerfile b/Dockerfile index 65296000..c3ee72a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,8 +71,8 @@ COPY turbo.json turbo.json ARG TURBO_TEAM ENV TURBO_TEAM=$TURBO_TEAM -ARG TURBO_TEAM -ENV TURBO_TEAM=$TURBO_TEAM +ARG TURBO_TOKEN +ENV TURBO_TOKEN=$TURBO_TOKEN ARG TURBO_REMOTE_ONLY=true ENV TURBO_REMOTE_ONLY=$TURBO_REMOTE_ONLY diff --git a/nhost/nhost.toml b/nhost/nhost.toml index 83844730..1186f35a 100644 --- a/nhost/nhost.toml +++ b/nhost/nhost.toml @@ -222,7 +222,7 @@ version = '17.2-20250131-1' enablePublicAccess = true [postgres.resources.storage] -capacity = 1 +capacity = 10 [postgres.settings] maxConnections = 100